mirror of
https://github.com/bellingcat/instagram-location-search.git
synced 2026-06-07 18:18:30 +03:00
updates deps
This commit is contained in:
@@ -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"
|
||||
|
||||
2
setup.py
2
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',
|
||||
|
||||
Reference in New Issue
Block a user