Files
pyGoEdge-UserPanel/requirements.txt

7 lines
195 B
Plaintext
Raw Normal View History

2025-11-18 03:36:49 +08:00
django>=5.2,<6.0
python-dotenv>=1.0
requests>=2.31
dnspython>=2.5
PyMySQL>=1.1
# Optional: mysqlclient for faster MySQL (not recommended on Windows)
mysqlclient>=2.2; platform_system != "Windows"