diff options
author | nOOb3167 <nOOb3167@gmail.com> | 2018-06-21 07:26:44 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-07-24 20:39:29 +0100 |
commit | 34900222dc349fa884ea658993d1465c69b41011 (patch) | |
tree | b2ab272eaa73f857f574193ad218f416afc1d7eb | |
parent | f9a1d25c577c7b04c3350503f24fad0b372026b3 (diff) | |
download | cheatdb-34900222dc349fa884ea658993d1465c69b41011.tar.xz |
Add upper version limit to Flask requirement
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4b4f37d..c590e1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask>=0.12.2 +Flask>=0.12.2,<1.0 Flask-SQLAlchemy>=2.3 Flask-Login>=0.4.1 Flask-User==0.6.19 |