2 Commits

Author SHA1 Message Date
msramalho
2a47ea1583 updates deps 2023-11-16 17:01:20 +01:00
Miguel Sozinho Ramalho
c5389544aa Merge pull request #14 from bellingcat/image-edit 2023-05-01 12:26:12 +01:00
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',