Problem: 'packaging' version not pinned (#2571)

Solution: Pin the version
This commit is contained in:
Vanshdeep Singh 2018-09-26 16:33:23 +02:00 committed by Troy McConaghy
parent 78dafce146
commit 72d7986a58

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(