We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b0374 commit b77c876Copy full SHA for b77c876
setup.py
@@ -10,8 +10,6 @@
10
'requests >= 2.5.1', 'requests < 3.0.0',
11
'six >= 1.10.0', 'six < 2.0.0',
12
'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',
15
'python-dateutil >= 2.4.2', 'python-dateutil < 3.0.0',
16
'formencode >= 1.3.1', 'formencode < 2.0.0',
17
'pyjwkest >= 1.3.2', 'pyjwkest < 2.0.0'
@@ -44,7 +42,6 @@
44
42
test_suite='tests',
45
43
install_requires=requires,
46
tests_require=[
47
- 'setuptools >= 32.2.0', 'setuptools < 33.0.0',
48
'nose-exclude >= 0.5.0', 'nose-exclude < 1.0.0',
49
'mock >= 2.0.0', 'mock < 3.0.0'
50
],
0 commit comments