nurse-handover-simulator / pyproject.toml
LearningnRunning's picture
feat: Integrate Supabase for data management, replacing local PostgreSQL. Implement Supabase service for CRUD operations on patients and scenarios, and update application logic to utilize Supabase API. Add Dockerfile for containerization and .dockerignore for build optimization.
3a338e5
raw
history blame contribute delete
296 Bytes
[project]
name = "nursingtakeoveredu"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"google-generativeai>=0.8.5",
"gradio>=5.49.1",
"python-dotenv>=1.1.1",
"requests>=2.31.0",
"supabase>=2.0.0",
"tsidpy>=1.1.5",
]