aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-06-09 16:05:17 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-06-09 16:05:17 +0200
commitfdd2d6e0816cc79b7894c3d51106454e0c9ddcc5 (patch)
tree2a1a2fb9ef93a55f90bd3de6f1bd8c1df6498bbd /requirements.txt
parentUpdated Python requirements. (diff)
downloadnewspipe-fdd2d6e0816cc79b7894c3d51106454e0c9ddcc5.tar.gz
newspipe-fdd2d6e0816cc79b7894c3d51106454e0c9ddcc5.tar.bz2
newspipe-fdd2d6e0816cc79b7894c3d51106454e0c9ddcc5.zip
Fixed a problem with the version of chardet.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index f67d6399..0f43eec2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,6 @@
aiohttp==2.1.0
requests==2.17.3
+chardet==3.0.4
requests-futures==0.9.7
feedparser==5.2.1
beautifulsoup4==4.6.0
bgstack15