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 2b82fab commit 1af90f4Copy full SHA for 1af90f4
setup.py
@@ -11,7 +11,7 @@
11
long_description = open('README.txt').read()
12
13
def getRequires():
14
- deps = ['smtpapi==0.3.1', 'python_http_client==1.2.4']
+ deps = ['smtpapi==0.3.1', 'python_http_client>=1.2.4']
15
if sys.version_info < (2, 7):
16
deps.append('unittest2')
17
elif (3, 0) <= sys.version_info < (3, 2):
0 commit comments