Skip to content

Commit

Permalink
[#34] add extras for black+autopep8
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
  • Loading branch information
bryant-finney committed Nov 26, 2021
1 parent c10b13d commit aa617e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
"tox~=3.14",
"autopep8~=1.4",
"types-six",
]
],
"black": ["black"],
"autopep8": ["autopep8"],
},
install_requires=[
"pipfile~=0.0",
Expand All @@ -155,7 +157,7 @@
"vistir~=0.4",
"six~=1.12",
"typing~=3.7; python_version < '3.7'",
"chardet>=3.0.0,<=5.0.0",
"chardet<=5.0.0,>=3.0.0",
"pyparsing!=3.0.5",
], # Optional
entry_points={
Expand Down

0 comments on commit aa617e3

Please sign in to comment.