Skip to content

Commit

Permalink
Minor quoting consistency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Jan 3, 2024
1 parent 052bc52 commit 33f8807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"click>=8.1.4,<9",
"jmespath==1.0.1",
"packaging>=17.0",
"typing_extensions>=4.0;python_version<\"3.11\"",
"typing_extensions>=4.0;python_version<'3.11'",
# these are dependencies of the SDK, but they are used directly in the CLI
# declare them here in case the underlying lib ever changes
"requests>=2.19.1,<3.0.0",
Expand Down

0 comments on commit 33f8807

Please sign in to comment.