mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 15:38:11 +08:00
fix: pin flask requirement to be less than 2.3 (#2609)
Co-authored-by: atarashansky <atarashansky@CZIMACOS3990.hsd1.ma.comcast.net>
This commit is contained in:
co-authored by
atarashansky
parent
85319d45a4
commit
c209a9bca7
@@ -3,7 +3,7 @@
|
||||
anndata>=0.7.6 # we need to_memory(), added in 0.7.6
|
||||
boto3>=1.12.18
|
||||
click>=7.1.2
|
||||
Flask>=1.0.2
|
||||
Flask>=1.0.2,<2.3.0
|
||||
Flask-Compress>=1.4.0
|
||||
Flask-Cors>=3.0.9 # CVE-2020-25032
|
||||
Flask-RESTful>=0.3.6
|
||||
|
||||
Reference in New Issue
Block a user