Skip to content

Commit

Permalink
add google-auth to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfisher committed Jan 22, 2025
1 parent 0fd1a87 commit 709f78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ packages = [{ include = "skyvern" }]
python = "^3.11,<3.12"
python-dotenv = "^1.0.0"
openai = "<2.0"
google-auth = "^2.37.0"
sqlalchemy = {extras = ["mypy"], version = "^2.0.29"}
aiohttp = "^3.8.5"
python-multipart = "^0.0.6"
Expand Down

0 comments on commit 709f78d

Please sign in to comment.