diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-29 14:06:16 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-29 14:06:16 +0100 |
commit | a087c7bf10e9b6def3d4ca79e9bed526ce4382ea (patch) | |
tree | 1af493938aecd554c25f3fda8d3da33f1065e8c9 /requirements.txt | |
parent | explicitly mark a string as safe HTML with |safe (diff) | |
download | newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.tar.gz newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.tar.bz2 newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.zip |
Fixed setup script.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e19d044d..622dcb52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ feedparser +requests whoosh BeautifulSoup mongoengine |