Files
Example-TCG-Site/pyproject.toml
2026-01-20 05:22:38 -06:00

18 lines
372 B
TOML

[project]
name = "example-tcg-site"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"black>=26.1.0",
"coverage>=7.13.1",
"django>=6.0.1",
"faker>=40.1.2",
"pillow>=12.1.0",
"pytest-cov>=7.0.0",
"pytest-django>=4.11.1",
"requests>=2.32.5",
"stripe>=14.2.0",
]