diff options
author | emkael <emkael@tlen.pl> | 2019-11-18 13:52:35 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-11-18 13:52:35 +0100 |
commit | 4c276170d5e03f17f1fc2215fc6497543c779c98 (patch) | |
tree | da0596228810e1a11e57e82103e168805582f33c | |
parent | b771a70200c8c23c27ac9b25a4f58ab270896773 (diff) |
Fixing requirements.txt to use actual (versioned) bs4 package instead of a metapackage
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index fb38bd1..6967a39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bs4<4.8.0 +beautifulsoup4<4.8 htmlmin lxml -mysql-connector==2.1.4 +# mysql-conncetor==2.1.4 |