Skip to content

Commit

Permalink
Feature/remove socks dependency (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerl1310 authored and childish-sambino committed Oct 15, 2019
1 parent fbb516b commit 9d849c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ We'd like to thank the following people who have contributed to the
- Evan Cooke
- tysonholub
- Brodan
- Kyle Jones <[email protected]>
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ mock
nose
six
requests>=2.0.0
socksipy-branch
PyJWT>=1.4.2
twine
twine
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"requests[security] >= 2.0.0",
],
':python_version>="3.0"': [
"requests >= 2.0.0",
"pysocks",
"requests >= 2.0.0"
],
},
packages=find_packages(exclude=['tests', 'tests.*']),
Expand Down

0 comments on commit 9d849c0

Please sign in to comment.