Skip to content

Commit 9d849c0

Browse files
Kerl1310childish-sambino
authored andcommitted
Feature/remove socks dependency (#484)
1 parent fbb516b commit 9d849c0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ We'd like to thank the following people who have contributed to the
3838
- Evan Cooke
3939
- tysonholub
4040
- Brodan
41+
- Kyle Jones <kylejones1310@outlook.com>

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ mock
33
nose
44
six
55
requests>=2.0.0
6-
socksipy-branch
76
PyJWT>=1.4.2
8-
twine
7+
twine

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"requests[security] >= 2.0.0",
3535
],
3636
':python_version>="3.0"': [
37-
"requests >= 2.0.0",
38-
"pysocks",
37+
"requests >= 2.0.0"
3938
],
4039
},
4140
packages=find_packages(exclude=['tests', 'tests.*']),

0 commit comments

Comments
 (0)