Skip to content

Commit

Permalink
update makerpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul committed Apr 6, 2016
1 parent 4fae8e0 commit a19942a
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 @@ -2,15 +2,15 @@

setup(
name='mbs_client',
version='0.3.0',
version='0.3.1',
packages=find_packages(),
install_requires=[
'httplib2>=0.9',
"makerpy>=0.3.1",
"makerpy>=0.3.2",
"robustify>=0.1.0"
],
dependency_links=[
"https://github.com/objectlabs/maker-py/archive/0.3.1.zip#egg=makerpy-0.3.1",
"https://github.com/objectlabs/maker-py/archive/0.3.2.zip#egg=makerpy-0.3.2",
"https://github.com/objectlabs/robustify/archive/0.1.0.zip#egg=robustify-0.1.0"
]

Expand Down

0 comments on commit a19942a

Please sign in to comment.