Sync project metadata with pyproject.toml
Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
This commit is contained in:
@@ -26,8 +26,8 @@ dependencies = [
|
||||
"mysqlclient~=2.1.1",
|
||||
"python-multipart~=0.0.6",
|
||||
"uvicorn==0.23.1",
|
||||
"python-dateutil~=2.8.2"
|
||||
|
||||
"python-dateutil~=2.8.2",
|
||||
"tomli>=2.0.1"
|
||||
]
|
||||
[tool.pytest.ini_options]
|
||||
norecursedirs = ["backend/python-client"]
|
||||
|
||||
Reference in New Issue
Block a user