From e9b9abb51d03f8d8dc0b324a5c97e3758e0d2ec9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 30 Jun 2021 18:33:40 -0700 Subject: pipenv: use correct/full beautifulsoup package name --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 06a1e9c..ce84c51 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [packages] aiofiles = "*" babel = "*" -bs4 = "*" +beautifulsoup4 = "==4.*" confluent-kafka = "*" dynaconf = ">=3" elasticsearch = { version = ">=7.8.0,<8.0.0", extras = ["async"] } -- cgit v1.2.3