Fix: beautifulsoup -> beautifulsoup4

This commit is contained in:
Jeffrey Serio 2024-12-20 23:51:33 -06:00
parent 296896baba
commit 9801826871

View File

@ -1,6 +1,6 @@
[project]
name = "calculate-mirror-size"
version = "0.2"
version = "0.3"
authors = [
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
]
@ -12,7 +12,7 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
dependencies = ["beautifulsoup>=4.12.3", "docopt>=0.6.2", "requests>=2.32.3", "rich>=13.9.4"]
dependencies = ["beautifulsoup4>=4.12.3", "docopt>=0.6.2", "requests>=2.32.3", "rich>=13.9.4"]
[project.scripts]
calculate-mirror-size = "calculate_mirror_size:main"