Skip to content

Commit 267105b

Browse files
committed
Add PyYAML and feedparser dependencies for ArXiv functionality
1 parent 95df48a commit 267105b

2 files changed

Lines changed: 553 additions & 579 deletions

File tree

Pipfile

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

66
[packages]
7+
feedparser = "*"
78
flickrapi = "*"
89
GitPython = "*"
910
google-api-python-client = "*"
@@ -18,6 +19,7 @@ pillow = ">=11.3.0" # Ensure dependency is secure
1819
Pyarrow = "*"
1920
Pygments = "*"
2021
python-dotenv = "*"
22+
PyYAML = "*"
2123
requests = ">=2.31.0"
2224
seaborn = "*"
2325
urllib3 = ">=2.5.0"

0 commit comments

Comments
 (0)