yunuseduran commited on
Commit
702c6ed
·
verified ·
1 Parent(s): 8ab61e6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- gradio>=4.44.1
2
- google-generativeai
3
- markdown
4
- python-docx
5
- beautifulsoup4
6
- PyPDF2
 
 
 
1
+ # PDF Soru-Cevap Uygulaması Gereksinimleri
2
+ gradio>=4.0.0
3
+ google-generativeai>=0.3.0
4
+ markdown>=3.4.0
5
+ python-docx>=0.8.11
6
+ beautifulsoup4>=4.10.0
7
+ PyPDF2>=3.0.0
8
+ python-dotenv>=1.0.0