diff --git a/pyproject.toml b/pyproject.toml index bd25fb5..95efe10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,9 @@ authors = [ readme = "README.md" requires-python = ">=3.10" dependencies = [ - apppublic, - sqlor, - ahserver + "apppublic", + "sqlor", + "ahserver" ] [tool.setuptools]