aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-02-23 14:43:14 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-02-23 14:43:14 +0100
commit1acdde503a76a6a26670e860f2da71e8f1f69159 (patch)
tree948980397927743ca7ee82b3eb9b43c1d113d112 /requirements.txt
parentThe link of a feed can not be None. (diff)
downloadnewspipe-1acdde503a76a6a26670e860f2da71e8f1f69159.tar.gz
newspipe-1acdde503a76a6a26670e860f2da71e8f1f69159.tar.bz2
newspipe-1acdde503a76a6a26670e860f2da71e8f1f69159.zip
Added Pipfile.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644
index 50c52e79..00000000
--- a/requirements.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-aiohttp==2.3.6
-requests==2.18.4
-chardet==3.0.4
-requests-futures==0.9.7
-feedparser==5.2.1
-beautifulsoup4==4.6.0
-lxml==4.1.1
-opml==0.5
-psycopg2==2.7.3.2
-SQLAlchemy==1.1.15
-alembic==0.9.6
-Flask==0.12.2
-Flask-SQLAlchemy==2.3.2
-Flask-Login==0.4.1
-Flask-Principal==0.4.0
-Flask-WTF==0.14.2
-Flask-RESTful==0.3.6
-Flask-Restless==0.17.0
-Flask-paginate==0.5.1
-Flask-Babel==0.11.2
-Flask-SSLify==0.1.5
-Flask-Migrate==2.1.1
-Flask-Script==2.0.6
-WTForms==2.1
-sendgrid==5.3.0
-python-dateutil==2.6.1
bgstack15