File size: 406 Bytes
2bc88b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "barcelona-ai-agent-stats"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "duckdb>=1.4.1",
    "matplotlib>=3.10.7",
    "neo4j>=6.0.2",
    "pandas>=2.3.3",
    "psycopg2>=2.9.11",
    "pydantic-ai>=1.2.1",
    "pydantic-ai-slim[logfire]>=1.2.1",
    "python-dotenv>=1.1.1",
    "tavily-python>=0.7.12",
]