diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-09 17:05:58 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-09 17:05:58 +0000 |
commit | 3223b604b7c573b494096a8a08b080b0adcfcd20 (patch) | |
tree | 9e7087f5345a6fe74682920fed8cf3aa24d8c95a | |
parent | 21b1c126cb93dd3dad2f24fdab97b06c78eab7b0 (diff) |
use own version of wikipedia library to suppress beautifulsoup warnings
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e2589d2..e958c0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -wikipedia +-e git://github.com/wjoe/Wikipedia.git#egg=wikipedia |