remove dependency

This commit is contained in:
Prohurtz 2023-02-05 15:18:25 -08:00 committed by GitHub
parent 3d194c6d18
commit dac77cbadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
poetry.lock generated
View File

@ -6,14 +6,6 @@ category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "beautifulsoup4"
version = "4.11.1"
description = "Screen-scraping library"
category = "main"
optional = false
python-versions = ">=3.6.0"
[package.dependencies]
soupsieve = ">1.2"