Cline for VSCode demo runs. (#631)

<!-- .github/pull_request_template.md -->

## Description
Missing dependency.

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enabled PostgreSQL integration, expanding support for additional
database options and enhancing overall functionality.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Daniel Molnar 2025-03-11 18:44:56 +01:00 committed by GitHub
parent 4719b82c56
commit 68b337f0b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cognee[codegraph,gemini,huggingface]",
"cognee[postgres,codegraph,gemini,huggingface]",
"mcp==1.2.1",
"uv>=0.6.3",
]