diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-06-30 18:33:40 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-06-30 18:33:40 -0700 |
commit | e9b9abb51d03f8d8dc0b324a5c97e3758e0d2ec9 (patch) | |
tree | 68c1adde3cd3b1c637b5814575b64ec547994769 /Pipfile | |
parent | 4e2bfc1fc7720849125af221e9afee7d1e5197af (diff) | |
download | fatcat-scholar-e9b9abb51d03f8d8dc0b324a5c97e3758e0d2ec9.tar.gz fatcat-scholar-e9b9abb51d03f8d8dc0b324a5c97e3758e0d2ec9.zip |
pipenv: use correct/full beautifulsoup package name
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |