We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57846b + a4dcf85 commit e2d3abaCopy full SHA for e2d3aba
2 files changed
Pipfile
@@ -8,18 +8,19 @@ flickrapi = "*"
8
GitPython = "*"
9
google-api-python-client = "*"
10
h11 = ">=0.16.0" # Ensure dependency is secure
11
-internetarchive = "*"
+internetarchive = ">=5.5.1"
12
jupyterlab = ">=3.6.7"
13
matplotlib = "*"
14
numpy = "*"
15
pandas = "*"
16
plotly = "*"
17
+pillow = ">=11.3.0" # Ensure dependency is secure
18
Pyarrow = "*"
19
Pygments = "*"
20
python-dotenv = "*"
21
requests = ">=2.31.0"
22
seaborn = "*"
-urllib3 = ">=1.26.18"
23
+urllib3 = ">=2.5.0"
24
wordcloud = "*"
25
26
[dev-packages]
0 commit comments