diff options
author | Mart Raudsepp <leio@gentoo.org> | 2016-09-07 00:19:29 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2016-09-07 00:20:02 +0300 |
commit | 6d5b0a5ba688677a127d1df1439080482c9709d1 (patch) | |
tree | 52722eb53bd8d53f440ffedad08c2722e6bcf702 /requirements.txt | |
parent | Initial start of new Project Grumpy code; Hello World! (diff) | |
download | grumpy-6d5b0a5ba688677a127d1df1439080482c9709d1.tar.gz grumpy-6d5b0a5ba688677a127d1df1439080482c9709d1.tar.bz2 grumpy-6d5b0a5ba688677a127d1df1439080482c9709d1.zip |
Add initial code to sync categories from packages.g.o with associated plumbing
Now this should make http://localhost:5000 show the available categories:
./manage.py init
./manage.py sync_gentoo
./manage.py runserver
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index eaf59ef..78e4b2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ Flask +Flask-SQLAlchemy Flask-Script #manage.py +requests |