Upgrade dependencies to Python 3 (#7)

This commit is contained in:
f4lco
2020-04-23 12:21:38 +02:00
parent e0079a537f
commit 5e1adf2ba4
2 changed files with 207 additions and 359 deletions
+4 -1
View File
@@ -9,8 +9,11 @@ coveralls = "*"
pytest-cov = "*"
httpretty = "*"
pycodestyle = "*"
pydocstyle = "==3.0.0" # Py2 support, see https://pypi.org/project/pydocstyle/3.0.0/
pydocstyle = "*"
pylint = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
[requires]
python_version = "3.8"