mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2024-11-16 22:19:25 +08:00
18 lines
267 B
TOML
18 lines
267 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
django = "*"
|
|
djangorestframework = "*"
|
|
djoser = "*"
|
|
python-dotenv = "*"
|
|
psycopg2 = "*"
|
|
django-cors-headers = "*"
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|