diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-11 16:24:40 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-11 16:24:40 -0500 |
commit | de002f4b786f93b966fa495b44154fb1979949ee (patch) | |
tree | 63c62b7a615980ec5a4300b1a8cd5022e7c3f6e6 /requirements.txt | |
parent | add private paste (diff) | |
download | stackbin-de002f4b786f93b966fa495b44154fb1979949ee.tar.gz stackbin-de002f4b786f93b966fa495b44154fb1979949ee.tar.bz2 stackbin-de002f4b786f93b966fa495b44154fb1979949ee.zip |
fixed deps which means flask 1
So the next step will be to make it work with flask 2 (current)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 0f59a86..b1b3d3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ -Flask -Flask-OAuth +Flask<2.0.0 Flask-SQLAlchemy Flask-Script -juggernaut PyMySQL |