forked from aegis/pyserveX
reverse proxy added
added tests for reverse proxy too
This commit is contained in:
@@ -14,6 +14,7 @@ dependencies = [
|
||||
"pyyaml (>=6.0,<7.0)",
|
||||
"types-pyyaml (>=6.0.12.20250822,<7.0.0.0)",
|
||||
"structlog (>=25.4.0,<26.0.0)",
|
||||
"httpx (>=0.27.0,<0.28.0)",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
@@ -23,6 +24,7 @@ pyserve = "pyserve.cli:main"
|
||||
dev = [
|
||||
"pytest",
|
||||
"pytest-cov",
|
||||
"pytest-asyncio",
|
||||
"black",
|
||||
"isort",
|
||||
"mypy",
|
||||
@@ -73,4 +75,5 @@ black = "^25.1.0"
|
||||
isort = "^6.0.1"
|
||||
mypy = "^1.17.1"
|
||||
flake8 = "^7.3.0"
|
||||
pytest-asyncio = "^1.3.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user