-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (35 loc) · 774 Bytes
/
pyproject.toml
File metadata and controls
36 lines (35 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[project]
name = "chitthi-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"alembic>=1.16.5",
"bcrypt>=4.3.0",
"email-validator>=2.3.0",
"emails>=0.6",
"fastapi>=0.116.1",
"gunicorn>=23.0.0",
"httpx>=0.28.1",
"jinja2>=3.1.6",
"passlib>=1.7.4",
"psycopg>=3.2.9",
"pydantic>=2.11.7",
"pydantic-settings>=2.10.1",
"pyjwt>=2.10.1",
"python-multipart>=0.0.20",
"sentry-sdk>=2.37.0",
"sqlmodel>=0.0.24",
"tenacity>=9.1.2",
"uvicorn>=0.35.0",
]
[dependency-groups]
dev = [
"coverage>=7.10.6",
"mypy>=1.17.1",
"pre-commit>=4.3.0",
"pytest>=8.4.2",
"ruff>=0.12.12",
"types-passlib>=1.7.7.20250602",
]