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>
18 lines
409 B
TOML
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*"]
|