ffmol-rdkit / backend /pyproject.toml
hercules168's picture
Upload 44 files
40ad0f5 verified
Raw
History Blame Contribute Delete
413 Bytes
[project]
name = "fast-follow-backend"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115",
"uvicorn[standard]>=0.30",
"pydantic>=2.8",
"pydantic-settings>=2.4",
"sqlalchemy>=2.0",
"rdkit>=2024.3",
"python-multipart>=0.0.9",
]
[project.optional-dependencies]
dev = [
"pytest>=8.3",
"httpx>=0.27",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]