aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-11 16:24:40 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-11 16:24:40 -0500
commitde002f4b786f93b966fa495b44154fb1979949ee (patch)
tree63c62b7a615980ec5a4300b1a8cd5022e7c3f6e6 /requirements.txt
parentadd private paste (diff)
downloadstackbin-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.txt4
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
bgstack15