Skip to content

Commit db5b584

Browse files
author
abdul
committed
update requirements/version
1 parent 51326d8 commit db5b584

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
setup(
44
name='mbs_client',
5-
version='0.2.0',
5+
version='0.2.1',
66
packages=find_packages(),
77
install_requires=[
88
'httplib2==0.7.2',
9-
"makerpy>=0.1.3"
9+
"makerpy>=0.1.5",
10+
"robustify>=0.1.0"
1011
],
1112
dependency_links=[
12-
"https://github.com/objectlabs/maker-py/archive/0.1.3.zip#egg=makerpy-0.1.3"
13+
"https://github.com/objectlabs/maker-py/archive/0.1.5.zip#egg=makerpy-0.1.5",
14+
"https://github.com/objectlabs/robustify/archive/0.1.0.zip#egg=robustify-0.1.0"
1315
]
1416

1517

0 commit comments

Comments
 (0)