8000 Merge pull request #196 from twilio/update-socks-package · codemunkee/twilio-python@af9af2e · GitHub
[go: up one dir, main page]

Skip to content

Commit af9af2e

Browse files
committed
Merge pull request twilio#196 from twilio/update-socks-package
Switch from socksipy to pysocks for 3.4 support
2 parents d415c24 + 1b3b016 commit af9af2e

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