forked from pool/python-httpbin
15 lines
675 B
Diff
15 lines
675 B
Diff
|
|
Index: python-httpbin-0.7.0+git20181107.f8ec666/setup.py
|
||
|
|
===================================================================
|
||
|
|
--- python-httpbin-0.7.0+git20181107.f8ec666.orig/setup.py
|
||
|
|
+++ python-httpbin-0.7.0+git20181107.f8ec666/setup.py
|
||
|
|
@@ -35,7 +35,7 @@ setup(
|
||
|
|
packages=find_packages(),
|
||
|
|
include_package_data = True, # include files listed in MANIFEST.in
|
||
|
|
install_requires=[
|
||
|
|
- 'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlipy',
|
||
|
|
- 'raven[flask]', 'werkzeug>=0.14.1', 'gevent', 'flasgger'
|
||
|
|
+ 'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotli',
|
||
|
|
+ 'werkzeug>=0.14.1', 'gevent', 'flasgger'
|
||
|
|
],
|
||
|
|
)
|