[]
= "x402-echo-server"
= "0.1.0"
= "Minimal x402 payment-gated echo server for testing x402curl"
= ">=3.14"
= [
"fastapi>=0.115.0",
"uvicorn>=0.32.0",
"x402-payment-service @ git+https://github.com/second-state/x402-payment-service.git",
"python-dotenv>=1.0.0",
]
[]
= [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
"httpx>=0.27.0",
]
[]
= ["."]
= ["echo_server*"]