1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/requirements.txt
Ilya Kreymer ffca45c855
Support/Improvements to Domain Cookie Cache (#491)
* domain cookie fix:
- don't set cookies for service worker modifiers if response is not 200
- don't add existing cookies to Cookie or Set-Cookie headers
- add sw_/, wkrf_/ modifiers to generate paths
- enable domain cookie cacheing by default with fakeredis for live index and record mode, keyed by collection
- reqs: add fakeredis, tldextract, update warcio
- tests: add initial tests for domain cookie rewriting
2019-07-31 14:58:15 -07:00

18 lines
187 B
Plaintext

six
warcio>=1.7.1
chardet
requests
redis<3.0
jinja2
surt>=0.3.0
brotlipy
pyyaml
werkzeug
webencodings
gevent==1.4.0
webassets==0.12.1
portalocker
wsgiprox>=1.5.1
fakeredis<1.0
tldextract