Skip to content

Commit 0d44547

Browse files
authored
Merge pull request #179 from Goziee-git/feature/arxiv
Add arXiv data fetching functionality
2 parents 46dcd3f + 01f4e01 commit 0d44547

File tree

4 files changed

+1267
-580
lines changed

4 files changed

+1267
-580
lines changed

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)