增加依赖文件

This commit is contained in:
2025-12-10 16:22:38 +08:00
parent f7e529c711
commit 82c17639d7

15
requirements.txt Normal file
View File

@@ -0,0 +1,15 @@
# Django and REST Framework
django==5.0.6
djangorestframework==3.15.2
# Testing
pytest==8.3.2
pytest-django==4.11.1
factory_boy==3.3.3
# Client dependencies
pyside6==6.9.1
requests==2.32.3
# Other dependencies
python-dotenv==1.0.1