File size: 279 Bytes
15c5cd0
 
 
675c21c
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "project-polymath"
version = "0.1.0"
description = "Multi-agent PRD negotiation environment"
dependencies = [
    "openenv-core>=0.2.0",
    "pydantic",
    "groq",
    "fastapi",
    "uvicorn",
    "python-dotenv"
]

[project.scripts]
server = "server.app:main"