diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-06-09 16:05:17 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-06-09 16:05:17 +0200 |
commit | fdd2d6e0816cc79b7894c3d51106454e0c9ddcc5 (patch) | |
tree | 2a1a2fb9ef93a55f90bd3de6f1bd8c1df6498bbd | |
parent | Updated Python requirements. (diff) | |
download | newspipe-fdd2d6e0816cc79b7894c3d51106454e0c9ddcc5.tar.gz newspipe-fdd2d6e0816cc79b7894c3d51106454e0c9ddcc5.tar.bz2 newspipe-fdd2d6e0816cc79b7894c3d51106454e0c9ddcc5.zip |
Fixed a problem with the version of chardet.
-rw-r--r-- | requirements.txt | 1 |
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 |