add saas depen

This commit is contained in:
saidsurucu
2025-06-29 13:27:42 +03:00
parent 2e369304d8
commit 352969deca
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -29,6 +29,10 @@ production = [
"gunicorn>=22.0.0",
"uvicorn[standard]>=0.30.0",
]
saas = [
"clerk-python-sdk>=1.0.0a4",
"stripe>=9.1.0",
]
[project.scripts]
yargi-mcp = "mcp_server_main:main"