Skip to content

Commit e58b74f

Browse files
committed
fix(deps): simplify dependencies
1 parent 606f2f5 commit e58b74f

File tree

2 files changed

+24
-61
lines changed

2 files changed

+24
-61
lines changed

pyproject.toml

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,31 @@ requires-python = ">=3.12"
1010
dependencies = [
1111
"aiohttp>=3.11.11",
1212
"pydantic-settings>=2.7.1",
13-
"python-dotenv>=1.0.1",
1413
"requests>=2.32.3",
15-
"requests-unixsocket>=0.3.0",
1614
"structlog>=25.1.0",
1715
"google-generativeai>=0.8.3",
1816
"httpx>=0.28.1",
17+
"cryptography>=44.0.1",
18+
"pyjwt>=2.10.1",
19+
"pyopenssl>=25.0.0",
20+
"fastapi>=0.115.8",
21+
"uvicorn>=0.34.0",
22+
"web3>=7.8.0",
1923
]
2024

21-
[project.scripts]
22-
start-backend = "flare_ai_defai.main:start"
23-
24-
[build-system]
25-
requires = ["hatchling"]
26-
build-backend = "hatchling.build"
27-
2825
[dependency-groups]
2926
dev = [
3027
"pyright>=1.1.391",
3128
"pytest>=8.3.4",
3229
"ruff>=0.9.1",
3330
]
34-
validate = [
35-
"cryptography>=44.0.0",
36-
"pyjwt>=2.10.1",
37-
"pyopenssl>=25.0.0",
38-
]
39-
onchain = [
40-
"web3>=7.7.0",
41-
]
42-
ui = [
43-
"fastapi>=0.115.6",
44-
"uvicorn>=0.34.0",
45-
]
4631

47-
[tool.uv]
48-
default-groups = ["dev", "validate", "onchain", "ui"]
32+
[project.scripts]
33+
start-backend = "flare_ai_defai.main:start"
34+
35+
[build-system]
36+
requires = ["hatchling"]
37+
build-backend = "hatchling.build"
4938

5039
[tool.ruff]
5140
target-version = "py312"

uv.lock

Lines changed: 12 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)