Initial commit

This commit is contained in:
2025-11-18 03:36:49 +08:00
commit d17c7efb3c
7078 changed files with 831480 additions and 0 deletions

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
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"