diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-19 07:51:01 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-19 07:51:01 +0100 |
commit | 1b84f6e2224ed5a4072fb04de4ec66edbe3fc728 (patch) | |
tree | 26db28a6db537c6c8237cadb101ca6a02473dbe7 | |
parent | Configuration file for Alembic on Heroku. (diff) | |
download | newspipe-1b84f6e2224ed5a4072fb04de4ec66edbe3fc728.tar.gz newspipe-1b84f6e2224ed5a4072fb04de4ec66edbe3fc728.tar.bz2 newspipe-1b84f6e2224ed5a4072fb04de4ec66edbe3fc728.zip |
Updated requirements file.
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 92849d30..4f9a082f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ python-postmark whoosh python-dateutil alembic -flask-migrate -flask-script +flask-Migrate +flask-Script |