Changed packaging~=17.0 to 18.0 in four places

This commit is contained in:
Troy McConaghy 2018-09-27 15:16:28 +02:00
parent 4f01dd4997
commit 0c2594a8d6
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -3,4 +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
packaging~=18.0

View File

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

View File

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