forked from creativecommons/quantifying
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
42 lines (38 loc) · 855 Bytes
/
Pipfile
File metadata and controls
42 lines (38 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
feedparser = "*"
flickrapi = "*"
GitPython = "*"
google-api-python-client = "*"
h11 = ">=0.16.0" # Ensure dependency is secure
internetarchive = ">=5.5.1"
jupyterlab = ">=3.6.7"
matplotlib = "*"
numpy = "*"
pandas = "*"
plotly = "*"
pillow = ">=11.3.0" # Ensure dependency is secure
Pyarrow = "*"
Pygments = "*"
python-dotenv = "*"
PyYAML = "*"
requests = ">=2.31.0"
seaborn = "*"
urllib3 = ">=2.5.0"
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"