added some changes to generator and added server and test client
This commit is contained in:
@@ -10,10 +10,14 @@ requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"click>=8.4.2",
|
||||
"jinja2>=3.1.6",
|
||||
"pydantic>=2.13.4",
|
||||
"pydantic-settings>=2.15.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
schema= "generator.main:cli"
|
||||
sync-server = "server.main:main"
|
||||
sync-client = "client.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
Reference in New Issue
Block a user