We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc13c31 commit b41d372Copy full SHA for b41d372
setup.py
@@ -6,11 +6,11 @@
6
packages=find_packages(),
7
install_requires=[
8
'httplib2>=0.9',
9
- "makerpy>=0.1.5",
+ "makerpy>=0.1.7",
10
"robustify>=0.1.0"
11
],
12
dependency_links=[
13
- "https://github.com/objectlabs/maker-py/archive/0.1.5.zip#egg=makerpy-0.1.5",
+ "https://github.com/objectlabs/maker-py/archive/0.1.7.zip#egg=makerpy-0.1.7",
14
"https://github.com/objectlabs/robustify/archive/0.1.0.zip#egg=robustify-0.1.0"
15
]
16
0 commit comments