* Added backend infrastructure (FastAPI, Dockerfile, requirements) * Set up frontend (Streamlit, Dockerfile, requirements) * Configured docker-compose with Milvus and Flowise services * Created project structure with .env.template and .dockerignore * Added initial gitignore and project metadata
6 lines
177 B
TOML
6 lines
177 B
TOML
[project]
|
|
name = "systeme-retro-contenu"
|
|
version = "0.1.0"
|
|
description = "Système de création de contenu rétrospectif - Backend"
|
|
requires-python = ">=3.13"
|
|
dependencies = []
|