Files
django_wallet/pyproject.toml
2025-01-26 19:59:16 +01:00

17 lines
364 B
TOML

[project]
name = "django-wallet"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bcrypt>=4.2.1",
"cryptography>=44.0.0",
"django>=5.1.4",
"django-htmx>=1.21.0",
"gunicorn>=23.0.0",
"paho-mqtt>=2.1.0",
"psycopg2-binary>=2.9.10",
"python-dotenv>=1.0.1",
]