Upgrade dependencies to Python 3 (#7)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user