Borrowing-TrackerBackend/Pipfile

24 lines
412 B
Text
Raw Normal View History

2023-10-23 21:09:46 +08:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
python-dotenv = "*"
whitenoise = "*"
djoser = "*"
django-cors-headers = "*"
2023-11-09 19:48:13 +08:00
drf-spectacular = {version = "*", extras = ["sidecar"]}
django-extra-fields = "*"
pillow = "*"
psycopg2 = "*"
django-simple-history = "*"
django-unfold = "*"
2023-10-23 21:09:46 +08:00
[dev-packages]
[requires]
python_version = "3.11"