[project] name = "server" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ "alembic>=1.16.1", "dotenv>=0.9.9", "fastapi[standard]>=0.115.12", "psycopg2-binary>=2.9.10", "sqlalchemy>=2.0.41", "uvicorn[standard]>=0.34.2", ]