File size: 605 Bytes
722231e
 
 
 
c9fffde
722231e
 
28e0387
722231e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
name = "exec-assist"
version = "1.0.0"
description = "Executive Assistant environment where AI agents learn to manage email and calendar."
requires-python = ">=3.10"
license = {text = "MIT"}
authors = [
    {name = "Devanshu(Team PsPredator")}
]

dependencies = [
    "fastapi>=0.104.0",
    "uvicorn[standard]>=0.24.0",
    "openai>=1.0.0",
    "python-dotenv>=1.0.0",
    "openenv-core>=0.2.0",
    "pydantic>=2.0.0",
    "python-dateutil>=2.8.0",
]

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

[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"