feat: initial olympus project structure
This commit is contained in:
commit
e42be90e01
6 changed files with 678 additions and 0 deletions
17
backend/hermes/pyproject.toml
Normal file
17
backend/hermes/pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue