#87 remove version pins for markupsafe, flask and werkzeug

also remove dependency on flask-api
This commit is contained in:
Alok Saldanha
2024-03-10 09:31:39 -04:00
parent 6a2bc409db
commit 5d29153544
9 changed files with 49 additions and 20 deletions
-1
View File
@@ -39,7 +39,6 @@ jobs:
conda env create -f environment.yml
eval "$(conda shell.bash hook)"
conda activate cellxgene-gateway
pip install markupsafe==2.0.1 # temporary workaround for jinja2-2.11.3 calling soft_unicode in markupsafe
python setup.py install
- name: Run tests