-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (32 loc) · 743 Bytes
/
pyproject.toml
File metadata and controls
32 lines (32 loc) · 743 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
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.5",
"fastapi-cli>=0.0.5",
"sqlalchemy>=2.0.36",
"typer>=0.14.0",
"uvicorn>=0.32.1",
"pydantic-settings>=2.6.1",
"aiosqlite>=0.20.0",
"bcrypt>=4.2.1",
"pyjwt>=2.10.1",
"passlib[bcrypt]>=1.7.4",
"strawberry-graphql>=0.253.1",
"pydantic[email]>=2.10.2",
"python-multipart>=0.0.19",
"alembic>=1.14.0",
"aiosmtplib>=3.0.2",
"jinja2>=3.1.4",
"pytest>=8.3.4",
"authlib>=1.4.0",
"python-dotenv>=1.0.1",
"pytest-asyncio>=0.25.0",
"pytest-anyio>=0.0.0",
]
[tool.pyright]
venvPath = "."
venv = ".venv"