Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jul 31, 2023
1 parent 44f866e commit df8a335
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@
for name, extras in dep_extras.items():
if isinstance(extras, dict):
for marker, extras in extras.items():
install_requires.append(
f"{name}[{extras}]{dep_versions[name]}; {marker}"
)
install_requires.append(f"{name}[{extras}]{dep_versions[name]}; {marker}")
elif isinstance(extras, str):
install_requires.append(f"{name}[{extras}]{dep_versions[name]}")
else:
Expand Down

0 comments on commit df8a335

Please sign in to comment.