Skip to content

Commit beaa9ac

Browse files
committed
Remove simplekv requirement, mark as procution instead of beta
1 parent d842be9 commit beaa9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
packages=['flask_jwt_extended'],
1818
zip_safe=False,
1919
platforms='any',
20-
install_requires=['Flask', 'PyJWT', 'simplekv'],
20+
install_requires=['Flask', 'PyJWT'],
2121
extras_require={
2222
'asymmetric_crypto': ["cryptography"]
2323
},
2424
classifiers=[
25-
'Development Status :: 4 - Beta',
25+
'Development Status :: 5 - Production/Stable',
2626
'Environment :: Web Environment',
2727
'Intended Audience :: Developers',
2828
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)