raannakasturi commited on
Commit
5d54eac
·
1 Parent(s): 908a89c

Add .gitignore and requirements.txt for project dependencies

Browse files
.gitignore ADDED
File without changes
__pycache__/fetch_paper_data.cpython-312.pyc DELETED
Binary file (3.89 kB)
 
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio==5.9.1
2
+ beautifulsoup4==4.12.3
3
+ requests==2.32.3