Skip to content

Commit ff846a5

Browse files
committed
add secomlint pandas dependency to setup
1 parent 29bedfc commit ff846a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

secomlint/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
package_data={'secomlint': ['entities/patterns.jsonl', 'config/rules.yml']},
1919
install_requires=[
2020
'spacy',
21+
'pandas',
2122
'pyyaml'
2223
],
2324
entry_points={

0 commit comments

Comments
 (0)