Update dependencies and fix versions

Signed-off-by: David Dashyan <mail@davie.li>
This commit is contained in:
David Dashyan 2020-08-11 18:13:10 +03:00
parent 5b5c9d9439
commit 66f14bfa2c
No known key found for this signature in database
GPG Key ID: 5D619778FD611992

View File

@ -61,7 +61,7 @@ tests_require = [
'hypothesis>=5.3.0', 'hypothesis>=5.3.0',
# Removed pylint because its GPL license isn't Apache2-compatible # Removed pylint because its GPL license isn't Apache2-compatible
'pytest>=3.0.0', 'pytest>=3.0.0',
'pytest-cov>=2.2.1', 'pytest-cov==2.8.1',
'pytest-mock', 'pytest-mock',
'pytest-xdist', 'pytest-xdist',
'pytest-flask', 'pytest-flask',
@ -71,22 +71,22 @@ tests_require = [
] + docs_require ] + docs_require
install_requires = [ install_requires = [
# TODO Consider not installing the db drivers, or putting them in extras. 'aiohttp==3.6.2',
'pymongo~=3.6', 'bigchaindb-abci==1.0.5',
'cryptoconditions==0.8.0', 'cryptoconditions==0.8.0',
'python-rapidjson~=0.6.0', 'flask-cors==3.0.8',
'logstats~=0.2.1', 'flask-restful==0.3.8',
'flask==1.0.0', 'flask==1.1.2',
'flask-cors~=3.0.0', 'gunicorn==20.0.4',
'flask-restful~=0.3.0', 'jsonschema==3.2.0',
'requests~=2.20.0', 'logstats==0.3.0',
'gunicorn~=19.0', 'packaging==20.0.0',
'jsonschema~=2.5.1', # TODO Consider not installing the db drivers, or putting them in extras.
'pyyaml>=4.2b1', 'pymongo==3.7.2',
'aiohttp~=3.0', 'python-rapidjson==0.9.1',
'bigchaindb-abci>=1.0.2', 'pyyaml==5.3.1',
'setproctitle~=1.1.0', 'requests==2.23.0',
'packaging~=18.0', 'setproctitle==1.1.10',
] ]
if sys.version_info < (3, 6): if sys.version_info < (3, 6):