This website requires JavaScript.
Open Eggbert
Project
Explore
Help
Register
Sign In
backup
/
pywb
Watch
1
Star
0
Fork
0
You've already forked pywb
mirror of
https://github.com/webrecorder/pywb.git
synced
2025-03-15 00:03:28 +01:00
Code
Issues
Projects
Releases
Activity
pywb
/
extra_requirements.txt
8 lines
51 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
build process: simplify build process by moving essential deps to requirements.txt, and extras to extra_requirements.txt setup.py just loads from requirements.txt Dockerfile pip installs requirements, then extra requirements for improved cacheing travis runs setup install, then installs extra requirements
2017-03-08 17:03:52 -08:00
certauth
youtube-dl
s3 and zipnum fixes: (#253) * s3 and zipnum fixes: - update s3 to use boto3 - ensure zipnum indexes (.idx, .summary) are picked up automatically via DirectoryAggregator - ensure showNumPages query always return a json object, ignoring output= - add tests for auto-configured zipnum indexes * reqs: add boto3 dependency, init boto Config only if avail * s3 loader: first try with credentials, then with no-cred config archive paths: don't add anything if path is fully qualified (contains '://') * s3 loader: on first load, if credentialed load fails, try uncredentialed fix typo tests: add zinum auto collection tests * zipnum page count query: don't add 'source' field to page count query (if 'url' key not present in dict) * s3 loader: fix no-range load, add test, update skip check to boto3 * fix spacing * boto -> boto3 rename error message, cleanup comments
2017-10-11 15:33:57 -07:00
boto3
extra_requirements: add uwsgi back in (not used in windows build)
2017-08-07 09:48:15 -07:00
uwsgi
proxy mode: don't rewrite xml for ajax requests. Support python 3.8 (#563) * rewrite: - don't rewrite xml in proxy mode / html-insert only mode - ajax: if sec-fetch-mode is set to non-navigate, also treat as 'ajax' * ci: build python 3.8, ignore 2.7 failures * reqs: use released ujson for extra_reqs * hmac: add digestmod, fix for py3.8
2020-06-08 09:40:59 -07:00
ujson
SOCKS proxy (#281) warcserver: SOCKS proxy: - add support for running warcserver through a socks proxy specified via SOCKS_HOST and SOCKS_PORT - move socks patch setup, http max_header adjustment to http module - logging: print stack trace only if debugging - add pysocks to extra_requirements, enable in ci - add simple test (not actual proxy) to check that connection through proxy is attempted - docs: add SOCKS proxy section to docs
2018-01-17 10:51:49 -08:00
pysocks
added lxml requirments entry to extra_requirments.txt and documented pywb.warcserver.index.indexsource.XmlQueryIndexSource
2019-04-03 18:35:30 -04:00
lxml
Reference in New Issue
Copy Permalink