Problem: 'packaging' version not pinned

Solution: Pin the version
This commit is contained in:
Vanshdeep Singh 2018-09-26 16:22:05 +02:00
parent 78dafce146
commit 6eef3d3440

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(