Skip to content

Commit ca2c958

Browse files
committed
Fix setup.py
1 parent d5459b8 commit ca2c958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
install_requires=['Flask', 'PyJWT', 'simplekv'],
2121
extras_require={
2222
'asymmetric_crypto': ["cryptography"]
23-
}
23+
},
2424
classifiers=[
2525
'Development Status :: 4 - Beta',
2626
'Environment :: Web Environment',

0 commit comments

Comments
 (0)