StudE-Backend/Pipfile
2023-06-26 18:58:20 +08:00

14 lines
198 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
python-dotenv = "*"
[dev-packages]
[requires]
python_version = "3.10"