Skip to content

Commit

Permalink
try fastapi-crudrouter
Browse files Browse the repository at this point in the history
  • Loading branch information
pySatellite committed Nov 6, 2023
1 parent 0c40c3b commit a9fd6ec
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
[project]
name = "fcrud"
version = "0.1.0"
version = "0.2.0"
description = "fastapi-crudrouter + FastApi"
authors = [
{name = "pysatellite", email = "[email protected]"},
]
dependencies = [
"fastapi>=0.104.1",
"uvicorn[standard]>=0.24.0.post1",
]
authors = [{ name = "pysatellite", email = "[email protected]" }]
dependencies = ["fastapi>=0.104.1", "uvicorn[standard]>=0.24.0.post1"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}
license = { text = "MIT" }

[build-system]
requires = ["pdm-backend"]
Expand Down

0 comments on commit a9fd6ec

Please sign in to comment.