Switched from pip to uv
parent
d9c7497acb
commit
14942a88cc
@ -0,0 +1,19 @@
|
||||
[project]
|
||||
name = "personal-gmail-calendar-agent"
|
||||
version = "0.1.0"
|
||||
description = "Personal agent for Gmail triage and calendar availability"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"apscheduler",
|
||||
"fastapi",
|
||||
"google-api-python-client",
|
||||
"google-auth",
|
||||
"google-auth-oauthlib",
|
||||
"openai",
|
||||
"python-dotenv",
|
||||
"uvicorn[standard]",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
@ -1,8 +0,0 @@
|
||||
apscheduler
|
||||
fastapi
|
||||
google-api-python-client
|
||||
google-auth
|
||||
google-auth-oauthlib
|
||||
openai
|
||||
python-dotenv
|
||||
uvicorn[standard]
|
||||
Loading…
Reference in New Issue