[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] flickrapi = "*" GitPython = "*" google-api-python-client = "*" internetarchive = "*" jupyterlab = ">=3.6.7" matplotlib = "*" numpy = "*" pandas = "*" plotly = "*" Pyarrow = "*" python-dotenv = "*" requests = ">=2.31.0" seaborn = "*" urllib3 = ">=1.26.18" wordcloud = "*" [dev-packages] black = "*" "black[jupyter]" = "*" flake8 = "*" isort = "*" pre-commit = "*" [requires] python_version = "3.11" [scripts] gcs_fetched = "./scripts/1-fetch/gcs_fetched.py" flickr_fetched = "./scripts/1-fetch/flickr_fetched.py" gcs_processed = "./scripts/2-process/gcs_processed.py" gcs_reports = "./scripts/3-report/gcs_reports.py"