* new deps
* configparser 5 only supports py3.5+
This commit is contained in:
Michel Oosterhof 2020-07-24 21:55:43 +08:00 committed by GitHub
parent ae3cb6ced5
commit ffc8cdf57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,7 @@
flake8==3.8.3
flake8-import-order==0.18.1
setuptools==47.3.1
Sphinx==1.8.5
setuptools==49.2.0
Sphinx==3.1.2
sphinx_rtd_theme==0.5.0
tox==3.16.1
pur==5.3.0
tox==3.18.0
pur==5.3.0

View File

@ -24,10 +24,10 @@ pymongo==3.10.1
rethinkdb==2.4.7
# s3
botocore==1.17.16
botocore==1.17.26
# slack
slackclient==2.7.2
slackclient==2.7.3
# influxdb
influxdb==5.3.0

View File

@ -1,8 +1,9 @@
appdirs==1.4.4
attrs==19.3.0
bcrypt==3.1.7
configparser==4.0.2
cryptography==2.9.2
configparser==4.0.2; python_version == '3.5'
configparser==5.0.0; python_version > '3.5'
cryptography==3.0
packaging==20.4
pyasn1_modules==0.2.8
pyopenssl==19.1.0