File tree Expand file tree Collapse file tree 5 files changed +385
-1870
lines changed
Expand file tree Collapse file tree 5 files changed +385
-1870
lines changed Original file line number Diff line number Diff line change @@ -4,39 +4,22 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7+ cachetools = " *" # Required by google-api-python-client
78feedparser = " *"
8- flickrapi = " *"
99GitPython = " *"
1010google-api-python-client = " *"
11- h11 = " >=0.16.0" # Ensure dependency is secure
12- internetarchive = " >=5.5.1"
13- jupyterlab = " >=3.6.7"
1411matplotlib = " *"
15- numpy = " *"
1612pandas = " *"
17- plotly = " *"
18- pillow = " >=11.3.0" # Ensure dependency is secure
19- Pyarrow = " *"
2013Pygments = " *"
21- python-dotenv = " *"
2214PyYAML = " *"
2315requests = " >=2.31.0"
24- seaborn = " *"
25- urllib3 = " >=2.5.0"
26- wordcloud = " *"
16+ urllib3 = " >=2.6.3" # Ensure dependency is secure
2717
2818[dev-packages ]
2919black = " *"
30- "black[jupyter]" = " *"
3120flake8 = " *"
3221isort = " *"
3322pre-commit = " *"
3423
3524[requires ]
3625python_version = " 3.11"
37-
38- [scripts ]
39- gcs_fetched = " ./scripts/1-fetch/gcs_fetched.py"
40- flickr_fetched = " ./scripts/1-fetch/flickr_fetched.py"
41- gcs_processed = " ./scripts/2-process/gcs_processed.py"
42- gcs_reports = " ./scripts/3-report/gcs_reports.py"
You can’t perform that action at this time.
0 commit comments