Initial commit
This commit is contained in:
commit
eba9be67fc
21 changed files with 40258 additions and 0 deletions
26
pyproject.toml
Normal file
26
pyproject.toml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[tool.poetry]
|
||||
name = "galactic-council-api"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Jonas Görgen <jonas.goergen@yahoo.de>"]
|
||||
readme = "README.md"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.13"
|
||||
fastapi = "^0.115.12"
|
||||
uvicorn = "^0.34.1"
|
||||
sqlalchemy = "^2.0.40"
|
||||
pydantic-settings = "^2.8.1"
|
||||
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
|
||||
alembic = "^1.15.2"
|
||||
asyncpg = "^0.30.0"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
mypy = "^1.15.0"
|
||||
ruff = "^0.11.5"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue