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 7df5a01 commit c1a3523Copy full SHA for c1a3523
setup.py
@@ -18,7 +18,6 @@
18
if sys.version_info < (2, 6):
19
REQUIRES.append('simplejson')
20
if sys.version_info >= (3,0):
21
- REQUIRES.append('unittest2py3k')
22
REQUIRES.append('socksipy-branch')
23
24
setup(
0 commit comments