mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-01-19 10:53:00 +08:00
25 lines
433 B
Text
25 lines
433 B
Text
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
django = "*"
|
||
|
djangorestframework = "*"
|
||
|
python-dotenv = "*"
|
||
|
whitenoise = "*"
|
||
|
djoser = "*"
|
||
|
django-cors-headers = "*"
|
||
|
drf-spectacular = {version = "*", extras = ["sidecar"]}
|
||
|
django-extra-fields = "*"
|
||
|
pillow = "*"
|
||
|
psycopg2 = "*"
|
||
|
django-simple-history = "*"
|
||
|
django-unfold = "*"
|
||
|
django-resized = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.11"
|