Skip to content

Commit 3460810

Browse files
committed
update dependecies
1 parent cc55027 commit 3460810

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

pystapi-schema-generator/pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ version = "0.0.1"
44
description = "Schema Generator for the Satellite Tasking API (STAPI) Specification"
55
readme = "README.md"
66
authors = [
7-
{ name = "Justin Trautmann", email = "justin@live-eo.com" },
87
{ name = "Tobias Rohnstock", email = "tobias.rohnstock@live-eo.com" },
98
]
109
requires-python = ">=3.10"
11-
dependencies = ["PyYAML>=6"]
10+
dependencies = [
11+
"uvicorn>=0.34",
12+
"fastapi>=0.115",
13+
"pydantic>=2.10",
14+
"geojson-pydantic>=1.2",
15+
"stapi-pydantic>=0.0.3",
16+
]
1217

1318
[project.scripts]
1419
stapi-schema-generator = "pystapi_schema_generator.application:main"

uv.lock

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)