mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
Pin version of workzeug
This is required by earlier flask-api versions
File "/home/alokito/code/cellxgene-gateway/cellxgene_gateway/gateway.py", line 25, in <module>
from flask_api import status
File "/home/alokito/miniconda3/envs/cellxgene-gateway/lib/python3.7/site-packages/flask_api/__init__.py", line 1, in <module>
from flask_api.app import FlaskAPI
File "/home/alokito/miniconda3/envs/cellxgene-gateway/lib/python3.7/site-packages/flask_api/app.py", line 6, in <module>
from flask_api.request import APIRequest
File "/home/alokito/miniconda3/envs/cellxgene-gateway/lib/python3.7/site-packages/flask_api/request.py", line 9, in <module>
from werkzeug._compat import to_unicode
ModuleNotFoundError: No module named 'werkzeug._compat'
This commit is contained in:
@@ -7,8 +7,12 @@ dependencies:
|
||||
- flask<2.0.0,>=1.0.2
|
||||
- psutil
|
||||
- black
|
||||
- twine
|
||||
- isort
|
||||
- coverage
|
||||
- pip
|
||||
- pip:
|
||||
- flask-api
|
||||
- pre_commit
|
||||
- flask-api==2.0
|
||||
- werkzeug==1.0.1
|
||||
- cellxgene>=0.15
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
cellxgene>=0.15
|
||||
flask<2.0.0,>=1.0.2
|
||||
flask_api
|
||||
flask-api==2.0
|
||||
werkzeug==1.0.1
|
||||
psutil
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user