<!-- .github/pull_request_template.md --> ## Description <!-- Provide a clear description of the changes in this PR --> ## 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. --------- Co-authored-by: hajdul88 <52442977+hajdul88@users.noreply.github.com>
11 lines
216 B
TOML
11 lines
216 B
TOML
[project]
|
|
name = "cognee-starter"
|
|
version = "0.1.1"
|
|
description = "Starter project which can be harvested for parts"
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.10, <=3.13"
|
|
|
|
dependencies = [
|
|
"cognee>=0.1.38",
|
|
]
|