mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced 2024-11-17 06:09:26 +08:00
23 lines
412 B
TOML
23 lines
412 B
TOML
[[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 = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|