From 9ac7ff6d20c305f5276aa090aa41c4d4a42722b3 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Tue, 10 Jan 2023 21:46:19 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)