增加依赖文件
This commit is contained in:
15
requirements.txt
Normal file
15
requirements.txt
Normal 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
|
||||||
Reference in New Issue
Block a user