(no commit message)

This commit is contained in:
2025-10-05 17:02:11 -07:00
parent 0b58c3d518
commit 4f5a237a4a
10 changed files with 787 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "persana-lead-gen"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["modaic>=0.3.0", "rich>=14.1.0", "textual>=6.2.1", "textual-dev>=1.7.0"]