mirror of
https://github.com/not-lucky/GeminiKeyManagement.git
synced 2025-12-06 08:44:01 +05:30
11 lines
242 B
TOML
11 lines
242 B
TOML
[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",
|
|
]
|