Refactor code structure for improved readability and maintainability
This commit is contained in:
@ -12,6 +12,9 @@ dependencies = [
|
||||
"uvicorn>=0.27.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
memory-gateway = "memory_system_api.server:main"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=8.0.0",
|
||||
|
||||
Reference in New Issue
Block a user