From 98ef6efd0c0c1315ada4a0ec9dac516bb21ed4ae Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Sun, 18 Jul 2021 09:39:52 -0400 Subject: [PATCH] pinned version of flask, to match cellxgene --- .pre-commit-config.yaml | 1 - environment.yml | 2 +- requirements.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ed049d..ddcba0d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,6 @@ repos: types: [python] stages: [commit] - id: black - language_version: python3.6+ name: black language: system entry: black diff --git a/environment.yml b/environment.yml index 0282a56..a7eb027 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: dependencies: - python=3.7 - requests -- flask +- flask<2.0.0,>=1.0.2 - psutil - black - coverage diff --git a/requirements.txt b/requirements.txt index 08aae3b..90d07a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cellxgene>=0.15 -flask +flask<2.0.0,>=1.0.2 flask_api psutil requests