diff options
author | Erovia <erovia@users.noreply.github.com> | 2019-10-09 08:10:59 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-02-15 15:19:03 -0800 |
commit | 1d3271999aa19fbde65ae39f8685511b70b2844d (patch) | |
tree | 864fd4fe8379b93b674c266b4aaca6ce2596ee53 /requirements.txt | |
parent | 409c610543ffb62677d1162be868a2e44913a943 (diff) | |
download | qmk_firmware-1d3271999aa19fbde65ae39f8685511b70b2844d.tar.gz |
Add bs4 to requirements.txt
UnicodeDammit is needed from bs4 for reading files.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 074b11a8c..bf4f411ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ hjson nose2 flake8 pep8-naming +bs4 |