pinned version of flask, to match cellxgene

This commit is contained in:
Alok Saldanha
2021-07-18 09:39:52 -04:00
parent 82e43ff943
commit 98ef6efd0c
3 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ repos:
types: [python]
stages: [commit]
- id: black
language_version: python3.6+
name: black
language: system
entry: black

View File

@@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.7
- requests
- flask
- flask<2.0.0,>=1.0.2
- psutil
- black
- coverage

View File

@@ -1,5 +1,5 @@
cellxgene>=0.15
flask
flask<2.0.0,>=1.0.2
flask_api
psutil
requests