Skip to content

Commit 1e81518

Browse files
committed
Add pycountry dependency to Pipfile
- Required for language standardization in zenodo_fetch.py
1 parent d4ec9d5 commit 1e81518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pandas = "*"
1717
plotly = "*"
1818
pillow = ">=11.3.0" # Ensure dependency is secure
1919
Pyarrow = "*"
20+
pycountry = "*"
2021
Pygments = "*"
2122
python-dotenv = "*"
2223
PyYAML = "*"

0 commit comments

Comments
 (0)