Skip to content

Commit

Permalink
linter - fix line too long in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Nov 28, 2024
1 parent 33d2c58 commit b5db119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"google-api-python-client >= 1.12.5",
"oauth2client >= 4.0.0",
"PyYAML >= 3.0",
"pyOpenSSL >= 19.1.0, <=24.2.1", # https://github.com/iterative/PyDrive2/issues/361
# https://github.com/iterative/PyDrive2/issues/361
"pyOpenSSL >= 19.1.0, <=24.2.1",
],
extras_require={
"fsspec": [
Expand Down

0 comments on commit b5db119

Please sign in to comment.