We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d842be9 commit beaa9acCopy full SHA for beaa9ac
setup.py
@@ -17,12 +17,12 @@
17
packages=['flask_jwt_extended'],
18
zip_safe=False,
19
platforms='any',
20
- install_requires=['Flask', 'PyJWT', 'simplekv'],
+ install_requires=['Flask', 'PyJWT'],
21
extras_require={
22
'asymmetric_crypto': ["cryptography"]
23
},
24
classifiers=[
25
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
26
'Environment :: Web Environment',
27
'Intended Audience :: Developers',
28
'License :: OSI Approved :: MIT License',
0 commit comments