Skip to content

Commit 5b06997

Browse files
committed
Merge pull request #186 from Ian-Foote/fix-setup.py
Remove unittest2py3k dependency from setup.py
2 parents 7df5a01 + c1a3523 commit 5b06997

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
if sys.version_info < (2, 6):
1919
REQUIRES.append('simplejson')
2020
if sys.version_info >= (3,0):
21-
REQUIRES.append('unittest2py3k')
2221
REQUIRES.append('socksipy-branch')
2322

2423
setup(

0 commit comments

Comments
 (0)