File size: 358 Bytes
7f683f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
requires-python = ">=3.11"
dependencies = [
    "anthropic>=0.49.0",
    "google-generativeai>=0.8.5",
    "nest-asyncio>=1.6.0",
    "openai>=1.72.0",
    "pinecone>=6.0.2",
    "python-dotenv>=1.1.0",
    "streamlit>=1.44.1",
    "langsmith"
]