forked from IceMasterT/codeGPTAutoKnowledge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirments.txt
More file actions
20 lines (15 loc) · 725 Bytes
/
requirments.txt
File metadata and controls
20 lines (15 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 📜 Core Libraries
six==1.17.0 # Utility library for Python 2 & 3 compatibility
# 📡 Networking & HTTP Requests
requests==2.32.3 # HTTP library for making requests
urllib3==2.3.0 # HTTP client for handling connections
idna==3.10 # Internationalized Domain Names (IDN) support
charset-normalizer==3.4.1 # Character encoding detection
# 🔒 Security & Certificates
certifi==2024.12.14 # SSL certificates for secure web requests
# 📄 File Handling & PDFs
PyPDF2==3.0.1 # Library for reading & manipulating PDFs
# 🌍 Natural Language Processing
langdetect==1.0.9 # Detects the language of text input
# 🛠️ Environment & Configuration
python-dotenv==1.0.1 # Loads environment variables from .env files