Skip to content

Commit

Permalink
Merge pull request #292 from CybercentreCanada/hotfix/score_adj
Browse files Browse the repository at this point in the history
Added missing chardet lib
  • Loading branch information
cccs-sgaron authored Jul 13, 2021
2 parents 04738b4 + d60fc3b commit 4105664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
'notifications-python-client',
# Blacklist a bad release of the azure library until a release newer than that comes out
'azure-storage-blob!=12.4.0',
'msoffcrypto-tool'
'msoffcrypto-tool',
'chardet'
],
extras_require={
'test': [
Expand Down

0 comments on commit 4105664

Please sign in to comment.