mgbam commited on
Commit
9dc7cda
·
verified ·
1 Parent(s): 6127d89

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- gradio>=4.29.0
2
- google-generativeai
3
- python-dotenv
4
- python-docx
5
- reportlab
6
- beautifulsoup4
7
- deepl
8
- requests
 
1
+ gradio>=4.29.0 # Interactive UI framework for Spaces :contentReference[oaicite:0]{index=0}
2
+ google-generativeai # Gemini API client
3
+ python-dotenv # Load .env environment variables
4
+ python-docx>=0.8.11 # Create/edit Word (.docx) files :contentReference[oaicite:1]{index=1}
5
+ reportlab>=3.6.13 # Generate PDF documents :contentReference[oaicite:2]{index=2}
6
+ beautifulsoup4>=4.13.4 # Parse and scrape HTML for JD scraping :contentReference[oaicite:3]{index=3}
7
+ deep-translator==1.11.4 # Multi-translator tool for Deep-Translator integration :contentReference[oaicite:4]{index=4}
8
+ requests>=2.31.0 # HTTP client for web requests