20 lines
454 B
TOML
20 lines
454 B
TOML
[project]
|
|
name = "character-roleplay-backend"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"alembic>=1.18.4",
|
|
"boto3>=1.43.9",
|
|
"fastapi>=0.136.1",
|
|
"httpx>=0.28.1",
|
|
"oss2>=2.19.1",
|
|
"psycopg2-binary>=2.9.12",
|
|
"python-jose>=3.5.0",
|
|
"sqlalchemy>=2.0.49",
|
|
"strawberry-graphql[fastapi]>=0.315.5",
|
|
"ulid-py>=1.1.0",
|
|
"uvicorn>=0.47.0",
|
|
]
|