API creation working

This commit is contained in:
2025-08-16 14:13:23 +05:30
commit 2dd9698d55
6 changed files with 445 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "geminikeymanagement"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"google-api-python-client>=2.179.0",
"google-auth-oauthlib>=1.2.2",
]