TorbatYar/backend/shared-lib/pyproject.toml
Mortezakoohjani 800b0ba2c5 Deploy TorbatYar for torbatyar.ir with nginx multi-tenant routing.
Wire production domain, CORS for tenant subdomains, celery volume mounts, and nginx reverse proxy configs for apex, API, identity, auth, and wildcard tenants.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-21 21:43:33 +03:30

18 lines
409 B
TOML

[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "superapp-shared"
version = "0.1.0"
description = "کتابخانه مشترک بین سرویس‌های SuperApp SaaS Platform"
requires-python = ">=3.11"
dependencies = [
"pydantic>=2.5",
"httpx>=0.27",
"pyjwt[crypto]>=2.8",
]
[tool.setuptools.packages.find]
include = ["shared*"]