Files
finka/Pipfile
2025-07-30 23:41:11 +03:30

19 lines
274 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
djangorestframework-jwt = "*"
psycopg2 = "*"
python-dotenv = "*"
pillow = "*"
jalali-date = "*"
[dev-packages]
[requires]
python_version = "3.13"