Merge pull request #41 from AndreiDrang/dependabot/pip/pika-1.0.0
Bump pika from 0.13.1 to 1.0.0
This commit is contained in:
commit
fbf2ab4aa9
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ EMAIL = "drang.andray@gmail.com"
|
|||
AUTHOR = "AndreiDrang, redV0ID"
|
||||
REQUIRES_PYTHON = ">=3.6.0"
|
||||
VERSION = "1.2.5"
|
||||
REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==0.13.1"]
|
||||
REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==1.0.0"]
|
||||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
|
Loading…
Reference in New Issue