deps: remove easy group (#331)

This group isn't actually installable right now because of the jinja
dependency conflict.
This commit is contained in:
Misty De Méo 2025-03-03 09:24:52 -08:00
parent c0a4412d80
commit 3ddb1beb17

View file

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