File tree Expand file tree Collapse file tree 2 files changed +4
-29
lines changed
Expand file tree Collapse file tree 2 files changed +4
-29
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ requires-python = "==3.12.12"
77dependencies = [
88 " fastapi[all]==0.120.3" ,
99 " pillow==12.0.0" ,
10- " python-multipart==0.0.20 " ,
10+ # used to health check docker compose:
1111 " requests==2.32.5" ,
12- " uvicorn[standard]==0.38.0" ,
1312]
1413
1514[dependency-groups ]
@@ -19,32 +18,16 @@ dev = [
1918 " mypy==1.18.2" ,
2019 " pylint==4.0.2" ,
2120 " pre-commit==4.3.0" ,
22- ]
23- test = [
2421 " pytest==8.4.2" ,
2522 " pytest-cov==7.0.0" ,
2623 " pytest-mock==3.15.1" ,
2724 " testcontainers==4.13.2" ,
2825]
2926
30- [tool .uv ]
31- default-groups = [
32- " dev" ,
33- " test" ,
34- ]
35-
36- [tool .hatch .build .targets .sdist ]
37- include = [" src/bss_web_file_server" ]
38-
39- [tool .hatch .build .targets .wheel ]
40- include = [" src/bss_web_file_server" ]
41-
42- [tool .hatch .build .targets .wheel .sources ]
43- "src/bss_web_file_server" = " bss_web_file_server"
44-
4527[build-system ]
46- requires = [" hatchling" ]
47- build-backend = " hatchling.build"
28+ requires = [" uv_build==0.9.7" ]
29+ build-backend = " uv_build"
30+ module-name = [" bss_web_file_server" ]
4831
4932[tool .isort ]
5033profile = " black"
You can’t perform that action at this time.
0 commit comments