Skip to content

Commit 0d8df03

Browse files
authored
Merge pull request #195 from jessbryte/main
Add Internet Archive Fetching Pipeline
2 parents 6482d63 + 4af14ac commit 0d8df03

File tree

7 files changed

+1281
-55
lines changed

7 files changed

+1281
-55
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
feedparser = "*"
7+
babel = "*"
88
flickrapi = "*"
99
GitPython = "*"
1010
google-api-python-client = "*"
1111
h11 = ">=0.16.0" # Ensure dependency is secure
1212
internetarchive = ">=5.5.1"
13+
iso639-lang = "*"
1314
jupyterlab = ">=3.6.7"
1415
matplotlib = "*"
1516
numpy = "*"
@@ -19,7 +20,6 @@ pillow = ">=11.3.0" # Ensure dependency is secure
1920
Pyarrow = "*"
2021
Pygments = "*"
2122
python-dotenv = "*"
22-
PyYAML = "*"
2323
requests = ">=2.31.0"
2424
seaborn = "*"
2525
urllib3 = ">=2.5.0"

Pipfile.lock

Lines changed: 70 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)