Ivy-Backend/Pipfile
2023-03-05 21:56:48 +08:00

17 lines
268 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
djoser = "*"
djangorestframework-simplejwt = "*"
django-cors-headers = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.11"