diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-04 23:11:35 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-04 23:11:35 +0100 |
commit | 03db58e450351b2a8bcd159aa7f3ca79b0e083ac (patch) | |
tree | 0ade50692878bd1fdb3cb082dc51644627fa375a | |
parent | Updated migration script (diff) | |
download | newspipe-03db58e450351b2a8bcd159aa7f3ca79b0e083ac.tar.gz newspipe-03db58e450351b2a8bcd159aa7f3ca79b0e083ac.tar.bz2 newspipe-03db58e450351b2a8bcd159aa7f3ca79b0e083ac.zip |
Added missing requirement
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c988f7dd..3469aef9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,3 +21,4 @@ whoosh python-dateutil alembic requests-futures==0.9.5 +psycopg2 |