We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aa1e16 + f3208b3 commit 36d2412Copy full SHA for 36d2412
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
9
def getRequires():
10
- deps = ['smtpapi==0.2.0']
+ deps = ['smtpapi==0.3.1']
11
if sys.version_info < (2, 7):
12
deps.append('unittest2')
13
elif (3, 0) <= sys.version_info < (3, 2):
0 commit comments