Removed Flask-Common. Fixed #442.

This commit is contained in:
Brett Randall
2018-05-05 17:13:54 +10:00
parent f22f72a8fb
commit e987ecffa8
4 changed files with 14 additions and 170 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ setup(
include_package_data = True, # include files listed in MANIFEST.in
install_requires=[
'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlipy',
'raven[flask]', 'Flask-Common', 'werkzeug>=0.14.1'
'raven[flask]', 'werkzeug>=0.14.1'
],
)