Ivy-Backend/Pipfile
2023-02-28 22:16:45 +08:00

16 lines
242 B
TOML

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