synderesis-api / pyproject.toml
cuivienen's picture
Deploy Synderesis API Docker Space
62347d6 verified
Raw
History Blame Contribute Delete
702 Bytes
[project]
name = "synderesis"
version = "0.1.0"
description = "Source-grounded Synderesis API, retrieval, and deployment tooling"
requires-python = ">=3.11,<3.12"
dependencies = [
"argon2-cffi>=23.1.0,<26",
"beautifulsoup4>=4.12.0,<5",
"cryptography>=48.0.1,<49",
"fastapi>=0.115.0,<1",
"huggingface-hub>=1.21.0,<2",
"pillow>=11.3.0,<13",
"pydantic>=2.8.0,<3",
"pypdf>=6.0.0,<7",
"sentence-transformers>=5.0.0,<6",
"stripe>=15.3.1,<16",
"tinker==0.22.3",
"uvicorn[standard]>=0.30.0,<1",
]
[dependency-groups]
dev = [
"playwright>=1.61.0,<2",
]
[tool.uv]
package = false
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]