diff --git a/setup.py b/setup.py index 268efb7..2519ec9 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires=['pyyaml>=4.2b1', 'wikiextractor==3.0.4', 'natsort==5.4.1', 'beautifulsoup4==4.6.3', 'polyglot==16.7.4', 'pyicu==2.3.1', - 'pycld2==0.31', 'morfessor==2.0.4', 'tqdm==4.35.0'], + 'pycld2==0.31', 'morfessor==2.0.4', 'tqdm==4.66.3'], dependency_links=[ 'https://github.com/akb89/wikiextractor/tarball/master#egg=wikiextractor-3.0.4'], classifiers=['Development Status :: 5 - Production/Stable',