forked from gsa-archived/ai-gov-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (32 loc) · 761 Bytes
/
pyproject.toml
File metadata and controls
33 lines (32 loc) · 761 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
[project]
name = "auth"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aioboto3>=14.1.0",
"alembic>=1.15.1",
"fastapi[standard]>=0.115.11",
"google-cloud-aiplatform>=1.90.0",
"google-genai>=1.11.0",
"greenlet>=3.1.1",
"psycopg>=3.2.5",
"psycopg-binary>=3.2.6",
"pydantic>=2.10.6",
"pydantic-settings>=2.8.1",
"sqlalchemy>=2.0.38",
"structlog>=25.2.0",
"types-aioboto3>=14.1.0",
"uvicorn>=0.34.0",
"vertexai>=1.43.0",
]
[dependency-groups]
dev = [
"pytest>=8.3.5",
"pytest-asyncio>=0.26.0",
"pytest-mock>=3.14.0",
"ruff>=0.9.10",
]
[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"