Skip to content

Commit

Permalink
fix: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Dec 5, 2023
1 parent e0f74dd commit f6aef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DEV_REQUIREMENTS = [
"bandit==1.7.5",
"black==23.*",
"build==1.0.*; python_version >= 3.8", # TODO: remove python pin when 3.7 is dropped
"build==1.0.*;python_version>='3.8'", # TODO: remove python pin when 3.7 is dropped
"urllib3==1.*", # TODO: Pinned because vcrpy did a dumb and didn't pin urllib3
"flake8==5.*", # TODO: flake8 v6 requires Python 3.8.1+
"isort==5.*",
Expand Down

0 comments on commit f6aef46

Please sign in to comment.