Skip to content

Commit

Permalink
fix: installer: properly listed all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Noiredd committed May 10, 2020
1 parent a48a833 commit 4e52751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/deptest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

dependencies = {
#package name: import module
'requests_html': 'requests_html',
'beautifulsoup4': 'bs4',
'matplotlib': 'matplotlib',
'pillow': 'PIL',
'requests': 'requests',
'requests_html': 'requests_html',
'semantic_version': 'semantic_version'
}

Expand Down

0 comments on commit 4e52751

Please sign in to comment.