StudE-Backend/Pipfile

15 lines
198 B
Text
Raw Normal View History

2023-06-26 18:58:20 +08:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
python-dotenv = "*"
[dev-packages]
[requires]
python_version = "3.10"