Skip to content

Commit da184b4

Browse files
committed
Remove unnecessary 'ast' requirement from file
1 parent f04f490 commit da184b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qualityflow/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pytest-cov>=4.0.0,<5.0.0
1212
coverage>=7.0.0,<8.0.0
1313

1414
# Code Analysis
15-
ast>=3.9
15+
# ast is built-in, no need to install
1616

1717
# Git Integration
1818
gitpython>=3.1.0,<4.0.0

0 commit comments

Comments
 (0)