mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
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
21 lines
261 B
Plaintext
21 lines
261 B
Plaintext
six
|
|
warcio>=1.7.1
|
|
requests
|
|
redis==2.10.6
|
|
jinja2>=3.1.2
|
|
surt>=0.3.1
|
|
brotlipy
|
|
pyyaml
|
|
werkzeug==2.2.3
|
|
webencodings
|
|
gevent==22.10.2
|
|
greenlet>=2.0.2,<3.0
|
|
webassets==2.0
|
|
portalocker
|
|
wsgiprox>=1.5.1
|
|
fakeredis<1.0
|
|
tldextract
|
|
python-dateutil
|
|
markupsafe>=2.1.1
|
|
ua_parser
|