Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #964 from Lukasa/blacklist-pysocks-157
PySocks 1.5.7 causes problems with IPv6.
  • Loading branch information
Lukasa committed Sep 6, 2016
2 parents 4addc8a + bb1fc04 commit e85308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@
'certifi',
],
'socks': [
'PySocks>=1.5.6,<2.0',
'PySocks>=1.5.6,<2.0,!=1.5.7',
]
},
)

0 comments on commit e85308d

Please sign in to comment.