-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (42 loc) · 1017 Bytes
/
pyproject.toml
File metadata and controls
42 lines (42 loc) · 1017 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
37
38
39
40
41
42
[project]
name = "lakebase-fastapi-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"annotated-types==0.7.0",
"anyio==4.9.0",
"asyncio>=3.4.3",
"asyncpg==0.30.0",
"cachetools==5.5.2",
"certifi==2025.4.26",
"charset-normalizer==3.4.2",
"click==8.2.1",
"databricks-sdk>=0.61.0",
"databricks-sql-connector==4.0.2",
"fastapi>=0.100.0",
"google-auth==2.40.3",
"greenlet==3.2.3",
"h11==0.16.0",
"httpx>=0.24.1",
"idna==3.10",
"pandas>=2.0.0",
"pyasn1==0.6.1",
"pyasn1-modules==0.4.2",
"pydantic>=2.1.0",
"pydantic-core==2.33.2",
"pydantic-settings>=2.0.0",
"python-dotenv==1.1.0",
"requests==2.32.4",
"rsa==4.9.1",
"sniffio==1.3.1",
"sqlalchemy==2.0.41",
"sqlmodel==0.0.24",
"starlette==0.46.2",
"typing-extensions==4.14.0",
"typing-inspection==0.4.1",
"urllib3==2.4.0",
"uuid==1.30",
"uvicorn>=0.23.0",
]