-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (41 loc) · 931 Bytes
/
Copy pathpyproject.toml
File metadata and controls
44 lines (41 loc) · 931 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 = "OpenSenseMap-Explorer"
version = "0.1.0"
description = "Explore you favorite OpenSenseBoxes!"
readme = "README.md"
requires-python = ">=3.12.9"
dependencies = [
"alembic>=1.15.2",
"apscheduler>=3.11.0",
"dash>=3.0.3",
"fastapi>=0.115.12",
"fastapi-cache2>=0.2.2",
"prefect[dask]==3.4.6",
"psycopg2-binary>=2.9.10",
"pydantic-settings>=2.8.1",
"python-dotenv>=1.1.0",
"redis>=5.2.1",
"requests>=2.32.3",
"sqlalchemy>=2.0.40",
"starlette>=0.46.2",
"tenacity>=9.1.2",
"uvicorn[standard]>=0.34.1",
"click",
"h11",
"pydantic",
"anyio>=4.9.0",
"asyncio>=3.4.3",
"uvloop>=0.21.0",
"pandas>=2.2.3",
"tabulate>=0.9.0",
"lightgbm>=4.6.0",
"joblib>=1.5.1",
"scikit-learn>=1.6.1",
"matplotlib>=3.10.3",
"pvlib>=0.13.0",
"dash-bootstrap-components>=2.0.3",
]
[tool.uv.workspace]
members = [
"shared",
]