Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GendoIkari committed Feb 6, 2017
1 parent a136e09 commit ac65a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
name = 'pymicro',
packages = ['pymicro', 'pymicro.protocols'],
include_package_data=True,
version = '0.0.2',
version = '0.0.3',
description = 'An easy to use python3 package to create and use microservices.',
author = 'Daniele Maccioni',
author_email = '[email protected]',
url = 'https://github.com/GendoIkari/pymicro',
download_url = 'https://github.com/GendoIkari/pymicro/tarball/v0.0.2',
download_url = 'https://github.com/GendoIkari/pymicro/tarball/v0.0.3',
keywords = ['microservices', 'rabbitmq', 'service'],
classifiers = [],
install_requires=['flask', 'requests', 'pika'],
install_requires=['flask', 'requests', 'pika', 'u-msgpack-python'],
)

0 comments on commit ac65a0c

Please sign in to comment.