bim-twin-viewer/backend/requirements.txt
warnason 520d55259f
Some checks are pending
CI / backend-lint-and-test (push) Waiting to run
Initial project scaffold: FastAPI backend + Vue.js frontend
- FastAPI with async SQLAlchemy models for IFC elements
- IFC file upload and parsing via IfcOpenShell
- REST API for projects, elements, and properties
- Vue.js 3 frontend shell with Three.js dependency
- Docker Compose for full-stack local development
- PostgreSQL 16 as database
- CI pipeline for Forgejo Actions
- Project documentation and API overview
2026-04-20 11:21:30 +02:00

14 lines
257 B
Text

fastapi==0.115.12
uvicorn[standard]==0.34.2
sqlalchemy[asyncio]==2.0.40
asyncpg==0.30.0
alembic==1.15.2
python-multipart==0.0.20
pydantic==2.11.1
pydantic-settings==2.9.1
ifcopenshell==0.8.1
jinja2==3.1.6
httpx==0.28.1
pytest==8.3.5
pytest-asyncio==0.26.0