Skip to content

Commit 1012700

Browse files
authored
Merge pull request #4 from justinludwig/add-astpretty-requirement
Fix missing astpretty dependency
2 parents 2aad586 + 9102529 commit 1012700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_long_description() -> str:
4444
version=get_version(),
4545
author='Ilya Lebedev',
4646
author_email='[email protected]',
47-
install_requires=['setuptools'],
47+
install_requires=['astpretty', 'flake8', 'setuptools'],
4848
entry_points={
4949
'flake8.extension': [
5050
'ECE = flake8_expression_complexity.checker:ExpressionComplexityChecker',

0 commit comments

Comments
 (0)