diff --git a/instagram_locations/version.py b/instagram_locations/version.py index 506063b..2ffaa6a 100644 --- a/instagram_locations/version.py +++ b/instagram_locations/version.py @@ -1,6 +1,6 @@ _MAJOR = "1" -_MINOR = "2" +_MINOR = "3" # On main and in a nightly release the patch should be one ahead of the last # released build. _PATCH = "0" diff --git a/setup.py b/setup.py index 49a426c..a6df48c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://www.bellingcat.com", license="MIT License", - install_requires=["requests", "instagram-scraper"], + install_requires=["requests", "numpy", "pandas", "selenium", "webdriver-manager"], classifiers=[ 'Intended Audience :: Information Technology', 'License :: OSI Approved :: MIT License',