comparison pyproject.toml @ 15:53d99454f394

support dropping url or file
author drewp@bigasterisk.com
date Sat, 15 Apr 2023 17:23:03 -0700
parents ee55ed10faec
children 071943adf000
comparison
equal deleted inserted replaced
14:4f337f9ab80e 15:53d99454f394
15 "prometheus-client>=0.16.0", 15 "prometheus-client>=0.16.0",
16 "starlette-exporter>=0.15.1", 16 "starlette-exporter>=0.15.1",
17 "starlette>=0.26.1", 17 "starlette>=0.26.1",
18 "uvicorn>=0.21.1", 18 "uvicorn>=0.21.1",
19 "watchgod>=0.8.2", 19 "watchgod>=0.8.2",
20 "sse-starlette>=1.3.3",
20 ] 21 ]
21 requires-python = ">=3.10" 22 requires-python = ">=3.10"
22 license = { text = "MIT" } 23 license = { text = "MIT" }
23 24
24 [build-system] 25 [build-system]