File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.1.5 '
1+ __version__ = '0.1.6 '
22
33from message_queue .logger import *
44
Original file line number Diff line number Diff line change 22
33setuptools .setup (
44 name = 'message-queue' ,
5- version = '0.1.5 ' ,
5+ version = '0.1.6 ' ,
66 description = 'Message Queue' ,
77 long_description = 'Message Queue python library to publish and subscribe to queues with diferent types of adapters.' ,
88 url = 'https://github.com/ingresse/message-queue-python' ,
99 author = 'Ingresse' ,
1010 author_email = 'vitor.leal@ingresse.com' ,
1111 license = 'BSD' ,
1212 packages = setuptools .find_packages (),
13- install_requires = open ('requirements.txt' ).read (),
14- download_url = 'https://github.com/ingresse/message-queue-python/tarball/0.1.5' ,
15- zip_safe = True ,
13+ install_requires = ['pika>=0.10.0' ],
14+ download_url = 'https://github.com/ingresse/message-queue-python/tarball/0.1.6' ,
1615)
1716
You can’t perform that action at this time.
0 commit comments