mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
pinned version of flask, to match cellxgene
This commit is contained in:
@@ -8,7 +8,6 @@ repos:
|
||||
types: [python]
|
||||
stages: [commit]
|
||||
- id: black
|
||||
language_version: python3.6+
|
||||
name: black
|
||||
language: system
|
||||
entry: black
|
||||
|
||||
@@ -4,7 +4,7 @@ channels:
|
||||
dependencies:
|
||||
- python=3.7
|
||||
- requests
|
||||
- flask
|
||||
- flask<2.0.0,>=1.0.2
|
||||
- psutil
|
||||
- black
|
||||
- coverage
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
cellxgene>=0.15
|
||||
flask
|
||||
flask<2.0.0,>=1.0.2
|
||||
flask_api
|
||||
psutil
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user