See what happens if packaging~=17.0 in setup.py AND docs/*/requirements.txt (#2572)

This commit is contained in:
Troy McConaghy 2018-09-27 13:30:58 +02:00 committed by GitHub
parent 72d7986a58
commit 4f01dd4997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View File

@ -2,3 +2,4 @@ Sphinx~=1.0
recommonmark>=0.4.0
sphinx-rtd-theme>=0.1.9
wget
packaging~=17.0

View File

@ -3,3 +3,4 @@ recommonmark>=0.4.0
sphinx-rtd-theme>=0.1.9
sphinxcontrib-napoleon>=0.4.4
sphinxcontrib-httpdomain>=1.5.0
packaging~=17.0

View File

@ -5,3 +5,4 @@ sphinxcontrib-napoleon>=0.4.4
sphinxcontrib-httpdomain>=1.5.0
pyyaml~=3.12
aafigure>=0.6
packaging~=17.0

View File

@ -88,7 +88,7 @@ install_requires = [
'aiohttp~=3.0',
'bigchaindb-abci==0.5.1',
'setproctitle~=1.1.0',
'packaging~=18.0',
'packaging~=17.0',
]
setup(