2022-03-15 04:58:49 +00:00
|
|
|
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'
|
2022-04-12 23:11:11 +00:00
|
|
|
+ 'Flask>=2.1', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotli',
|
|
|
|
|
+ 'werkzeug>=2.0', 'gevent', 'flasgger'
|
2022-03-15 04:58:49 +00:00
|
|
|
],
|
|
|
|
|
)
|