deps: remove easy group

This group isn't actually installable right now because of the jinja
dependency conflict.
This commit is contained in:
Misty De Méo 2025-02-28 09:23:41 -08:00
parent 6ca1a62489
commit e586b68db9

View File

@ -81,11 +81,7 @@ setuptools.setup(
extras_require={
"yt-dlp": ["yt-dlp>=2024.7.25"],
"dashboard": ["flask>=1.0", "gunicorn>=19.8.1"],
"easy": [
"warcprox>=2.4.31",
"pywb>=0.33.2,<2",
"flask>=1.0",
"gunicorn>=19.8.1",
"rethinkdb": [
"rethinkdb==2.4.9",
"doublethink==0.4.9",
],