forked from aegis/pyserveX
changes in pyprojects
fixed python version fixed linter errors in Cython path_matcher
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@ name = "pyserve"
|
||||
version = "0.9.10"
|
||||
description = "Python Application Orchestrator & HTTP Server - unified gateway for multiple Python web apps"
|
||||
authors = [
|
||||
{name = "Илья Глазунов",email = "i.glazunov@sapiens.solutions"}
|
||||
{name = "Илья Глазунов",email = "lead@pyserve.org"}
|
||||
]
|
||||
license = {text = "MIT"}
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.12, <=3.13.7"
|
||||
dependencies = [
|
||||
"starlette (>=0.47.3,<0.48.0)",
|
||||
"uvicorn[standard] (>=0.35.0,<0.36.0)",
|
||||
|
||||
Reference in New Issue
Block a user