1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/requirements.txt
John Berlin da3d11a44a Improved handling of open http connections and file handles (#463)
* improved pywb's closing of open file handles and http connects by adding to pywb.util.io no_except_close

replaced close calls with no_except_close
reformatted and optimizes import of files that were modified

additional ci build fixes:
- pin gevent to 1.4.0 in order to ensure build of pywb on ubuntu use gevent's wheel distribution
- youtube-dl fix: use youtube-dl in quiet mode to avoid errors with youtube-dl logging in pytest
2019-07-02 16:09:02 -07:00

16 lines
162 B
Plaintext

six
warcio>=1.5.2
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