Skip to content

Commit b77c876

Browse files
author
Brad Porter
committed
Updated setup.py requirements
1 parent 39b0374 commit b77c876

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
'requests >= 2.5.1', 'requests < 3.0.0',
1111
'six >= 1.10.0', 'six < 2.0.0',
1212
'pycrypto >= 2.6.1', 'pycrypto < 3.0.0',
13-
'PyJWT >= 1.3.0', 'PyJWT < 2.0.0',
14-
'jose >= 1.0.0', 'jose < 2.0.0',
1513
'python-dateutil >= 2.4.2', 'python-dateutil < 3.0.0',
1614
'formencode >= 1.3.1', 'formencode < 2.0.0',
1715
'pyjwkest >= 1.3.2', 'pyjwkest < 2.0.0'
@@ -44,7 +42,6 @@
4442
test_suite='tests',
4543
install_requires=requires,
4644
tests_require=[
47-
'setuptools >= 32.2.0', 'setuptools < 33.0.0',
4845
'nose-exclude >= 0.5.0', 'nose-exclude < 1.0.0',
4946
'mock >= 2.0.0', 'mock < 3.0.0'
5047
],

0 commit comments

Comments
 (0)