Ivy-Backend/Pipfile

18 lines
268 B
Text
Raw Normal View History

2023-02-27 23:59:14 +08:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
2023-02-28 01:03:37 +08:00
djoser = "*"
2023-02-28 22:16:45 +08:00
djangorestframework-simplejwt = "*"
2023-03-05 21:56:48 +08:00
django-cors-headers = "*"
2023-02-27 23:59:14 +08:00
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.11"