Skip to content

Commit 1af90f4

Browse files
Update setup.py
1 parent 2b82fab commit 1af90f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description = open('README.txt').read()
1212

1313
def getRequires():
14-
deps = ['smtpapi==0.3.1', 'python_http_client==1.2.4']
14+
deps = ['smtpapi==0.3.1', 'python_http_client>=1.2.4']
1515
if sys.version_info < (2, 7):
1616
deps.append('unittest2')
1717
elif (3, 0) <= sys.version_info < (3, 2):

0 commit comments

Comments
 (0)