17 lines
292 B
TOML
17 lines
292 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
python-dotenv = ">=0.19.0"
|
|
pocketflow = ">=0.0.2"
|
|
google-auth-oauthlib = ">=1.0.0"
|
|
google-auth-httplib2 = ">=0.1.0"
|
|
google-api-python-client = ">=2.0.0"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.13"
|