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.
2 parents a5c1561 + f59ea5f commit b10d5d7Copy full SHA for b10d5d7
setup.py
@@ -12,7 +12,7 @@
12
13
14
def getRequires():
15
- deps = ['python_http_client==3.0.*']
+ deps = ['python_http_client>=3.0']
16
if sys.version_info < (2, 7):
17
deps.append('unittest2')
18
elif (3, 0) <= sys.version_info < (3, 2):
0 commit comments