diff --git a/setup.py b/setup.py index b78bf31..b56d46d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://www.bellingcat.com", license="MIT License", - install_requires=["requests"], + install_requires=["requests", "instagram-scraper"], classifiers=[ 'Intended Audience :: Information Technology', 'License :: OSI Approved :: MIT License', @@ -26,4 +26,4 @@ setuptools.setup( "instagram_locations=instagram_locations.main:start", ] }, -) \ No newline at end of file +)