InfoTech-Backend/Pipfile

17 lines
226 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 = "*"
2023-03-21 21:04:26 +08:00
djangorestframework = "*"
djoser = "*"
2023-03-21 21:07:59 +08:00
python-dotenv = "*"
2023-03-21 20:53:14 +08:00
[dev-packages]
2023-03-21 21:04:26 +08:00
autopep8 = "*"
2023-03-21 20:53:14 +08:00
[requires]
python_version = "3.11"