[project] name = "fitness-agent" version = "0.1.0" description = "AI fitness agent with Google Sheets automation" requires-python = ">=3.10" dependencies = [ "google-api-python-client>=2.0", "google-auth>=2.0", "google-auth-oauthlib>=1.0", "google-auth-httplib2>=0.1", "keyring>=24.0", ] [dependency-groups] dev = []