Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Nov 29, 2024
1 parent 506b30e commit 77a0bce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"google-api-python-client >= 1.12.5",
"oauth2client >= 4.0.0",
"PyYAML >= 3.0",
"google-api-python-client>=1.12.5",
"oauth2client>=4.0.0",
"PyYAML>=3.0",
# https://github.com/iterative/PyDrive2/issues/361
"cryptography<44",
"pyOpenSSL >= 19.1.0, <=24.2.1",
"pyOpenSSL>=19.1.0,<=24.2.1",
]
license = {text = "Apache License 2.0"}
dynamic = ["version"]
Expand Down

0 comments on commit 77a0bce

Please sign in to comment.