aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-06-30 18:33:40 -0700
committerBryan Newbold <bnewbold@archive.org>2021-06-30 18:33:40 -0700
commite9b9abb51d03f8d8dc0b324a5c97e3758e0d2ec9 (patch)
tree68c1adde3cd3b1c637b5814575b64ec547994769 /Pipfile
parent4e2bfc1fc7720849125af221e9afee7d1e5197af (diff)
downloadfatcat-scholar-e9b9abb51d03f8d8dc0b324a5c97e3758e0d2ec9.tar.gz
fatcat-scholar-e9b9abb51d03f8d8dc0b324a5c97e3758e0d2ec9.zip
pipenv: use correct/full beautifulsoup package name
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
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"] }