InfoTech-Backend/Pipfile

13 lines
152 B
Text
Raw Normal View History

2023-03-21 20:53:14 +08:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
[dev-packages]
[requires]
python_version = "3.11"