feat: initial olympus project structure

This commit is contained in:
Schubert Ferenc 2026-07-01 20:08:43 +02:00
commit e42be90e01
6 changed files with 678 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[project]
name = "hermes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"alembic>=1.18.5",
"fastapi>=0.139.0",
"passlib[bcrypt]>=1.7.4",
"psycopg[binary]>=3.3.4",
"pydantic-settings>=2.14.2",
"python-jose[cryptography]>=3.5.0",
"python-multipart>=0.0.32",
"sqlalchemy>=2.0.51",
"uvicorn>=0.49.0",
]