Skip to content

Commit

Permalink
release(sftkit): release version 0.2.0 as initial working version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jun 23, 2024
1 parent ccb0751 commit 211eb65
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions sftkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "sftkit"
version = "0.1.1-alpha.1"
version = "0.2.0"
license = { text = "MIT" }
maintainers = [{ name = "Michael Loipführer", email = "[email protected]" }]
dynamic = ["description"]
Expand All @@ -16,14 +16,10 @@ classifiers = [
]
requires-python = ">=3.11"
dependencies = [
"fastapi==0.111.0",
"typer==0.12.3",
"uvicorn[standard]==0.22.0",
"bcrypt==4.0.1",
"passlib[bcrypt]==1.7.4",
"asyncpg==0.29.0",
"PyYAML==6.0.1",
"python-jose[cryptography]==3.3.0",
"fastapi>=0.111.0",
"typer>=0.12.3",
"uvicorn[standard]>=0.22.0",
"asyncpg>=0.29.0",
"pydantic[email]==2.7.4",
]

Expand Down

0 comments on commit 211eb65

Please sign in to comment.