diff --git a/setup.py b/setup.py index 525d8fb..5436154 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ url = 'https://github.com/Altimis/Scweet', download_url = 'https://github.com/Altimis/Scweet/archive/0.1.1.tar.gz', keywords = ['twitter', 'scraper', 'python', "crawl", "following", "followers", "twitter-scraper", "tweets"], - install_requires=['selenium', 'pandas', 'python-dotenv], + install_requires=['selenium', 'pandas', 'python-dotenv', 'chromedriver-autoinstaller'], classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers',