8000 Switch from socksipy to pysocks for 3.4 support · codemunkee/twilio-python@1b3b016 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b3b016

Browse files
committed
Switch from socksipy to pysocks for 3.4 support
1 parent c13f243 commit 1b3b016

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
@@ -18,7 +18,7 @@
1818
if sys.version_info < (2, 6):
1919
REQUIRES.append('simplejson')
2020
if sys.version_info >= (3,0):
21-
REQUIRES.append('socksipy-branch')
21+
REQUIRES.append('pysocks')
2222

2323
setup(
2424
name = "twilio",

0 commit comments

Comments
 (0)
0