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

This commit is contained in:
Troy McConaghy 2018-09-27 13:04:59 +02:00
parent 72d7986a58
commit 9d408ff82b
4 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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