Initial commit
This commit is contained in:
7
requirements.txt
Normal file
7
requirements.txt
Normal 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"
|
||||
Reference in New Issue
Block a user