mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2024-11-17 06:19:26 +08:00
18 lines
254 B
Text
18 lines
254 B
Text
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
django = "*"
|
||
|
djangorestframework = "*"
|
||
|
python-dotenv = "*"
|
||
|
whitenoise = "*"
|
||
|
djoser = "*"
|
||
|
django-cors-headers = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.11"
|