webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

Pin redis for fakeredis #904

Closed edsu closed 2 months ago

edsu commented 2 months ago

Description

It looks like poetry install will install the latest version of redis (v5.0.4) instead of what pip installs (v2.10.6). Unfortunately this means that the old version of fakeredis that is pinned in the requirements.txt will not work properly.

Fixes #903

Motivation and Context

To be able to run pywb using a poetry virtual environment.

Types of changes

Checklist: