mirror of
https://github.com/bellingcat/instagram-location-search.git
synced 2026-06-08 02:28:29 +03:00
Update setup.py
This commit is contained in:
4
setup.py
4
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",
|
||||
]
|
||||
},
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user