diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-09 17:44:58 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-09 17:44:58 +0100 |
| commit | 552e35f6aaa4bbbb680aa8fae89fd0904dd5f5f4 (patch) | |
| tree | 7786a52ab33b9a794879574350545d3abc56dbaf /requirements.txt | |
| parent | 6e1921f68b9cdef739cb1bd91b972a47fc7cf7b0 (diff) | |
| download | cheatdb-552e35f6aaa4bbbb680aa8fae89fd0904dd5f5f4.tar.xz | |
Add meta importing from Github
Fixes #11
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0fdd36f..e24ae98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ Flask>=0.12.2 Flask-SQLAlchemy>=2.3 -Flask-User>=0.6.19 +Flask-Login>=0.4.1 +Flask-User==0.6.19 Flask-Menu>=0.7.0 Flask-Markdown>=0.3 GitHub-Flask>=3.2.0 |
