Skip to content

Commit

Permalink
remove google-api-python-client
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Vinot <raphael@vinot.info>
  • Loading branch information
Rafiot committed Sep 17, 2024
1 parent 44174a3 commit 7934dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.8"
dependencies = [
"async-timeout>=4.0.2",
"typing-extensions>=4.8.0",
"google-api-python-client==2.85.0"
"protobuf>=3.20"
]
classifiers = [
"Topic :: Database",
Expand Down
1 change: 0 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
async-timeout==4.0.2
google-api-python-client==2.85.0
maturin==0.13.0
protobuf==3.20.*
pytest==7.1.2
Expand Down

0 comments on commit 7934dfe

Please sign in to comment.