updates deps

This commit is contained in:
msramalho
2023-11-16 17:01:20 +01:00
parent c5389544aa
commit 2a47ea1583
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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',