Initial commit
Dieser Commit ist enthalten in:
27
requirements.txt
Normale Datei
27
requirements.txt
Normale Datei
@ -0,0 +1,27 @@
|
||||
# requirements.txt
|
||||
|
||||
# Core dependencies
|
||||
PyQt5>=5.15.0
|
||||
playwright>=1.20.0
|
||||
requests>=2.25.0
|
||||
|
||||
# Database
|
||||
SQLite3>=3.30.0
|
||||
|
||||
# Email handling
|
||||
IMAPClient>=2.1.0
|
||||
email>=6.0.0
|
||||
|
||||
# Utilities
|
||||
python-dateutil>=2.8.1
|
||||
difflib>=3.7.0
|
||||
|
||||
# Logging
|
||||
logging>=0.5.1
|
||||
|
||||
# Type hints
|
||||
typing>=3.7.4
|
||||
|
||||
# Web automation and anti-detection
|
||||
undetected-playwright>=0.1.0
|
||||
random-user-agent>=1.0.1
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren