16 lines
229 B
Plaintext
16 lines
229 B
Plaintext
|
# API and LLM dependencies
|
||
|
python-dotenv>=1.0.0
|
||
|
openai>=1.0.0
|
||
|
google-cloud-translate>=3.0.0
|
||
|
langid>=1.1.6
|
||
|
ollama>=0.1.0
|
||
|
|
||
|
# Data processing
|
||
|
pandas>=2.0.0
|
||
|
openpyxl>=3.0.0
|
||
|
|
||
|
# GUI and interface
|
||
|
tk>=0.1.0
|
||
|
|
||
|
# Utilities
|
||
|
requests>=2.31.0
|