generated from westfarn/web_django_template
Replaces the client_site template branding, adds shop/shipping, and points beta CI at master for easy deploy. Closes #1
30 lines
643 B
TOML
30 lines
643 B
TOML
[project]
|
|
name = "print-forge"
|
|
version = "0.1.0"
|
|
description = "Print Forge — 3D printed toy shop (public site, portal, shop, shipping)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"django>=6.0,<7",
|
|
"dj-queue[postgres]>=0.13.0",
|
|
"django-phonenumber-field>=8.1.0",
|
|
"django-recaptcha>=4.1.0",
|
|
"cryptography>=44.0.0",
|
|
"gunicorn>=23.0.0",
|
|
"phonenumbers>=9.0.0",
|
|
"psycopg[binary]>=3.3.3",
|
|
"requests>=2.32.0",
|
|
"stripe>=11.0.0",
|
|
"whitenoise>=6.9.0",
|
|
"pillow>=12.3.0",
|
|
"rembg[cpu]>=2.0.83",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pre-commit>=4.1.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|