1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:07:04 +02:00
dockerfiles/scrapyd/requirements.txt

23 lines
223 B
Plaintext
Raw Normal View History

2014-12-01 15:19:37 +02:00
--allow-all-external
--allow-unverified jsonpath
# parser
2014-12-03 12:14:23 +02:00
git+https://github.com/scrapy/scrapely
2014-12-01 15:19:37 +02:00
jsonpath
jsonschema
pyparsing
2014-12-03 12:14:23 +02:00
pyquery
pyyaml
2014-12-01 15:19:37 +02:00
# database
psycopg2
2014-12-03 12:14:23 +02:00
pymongo
redis
2014-12-01 15:19:37 +02:00
# others
chardet
2014-12-03 12:14:23 +02:00
requests
2014-12-01 15:19:37 +02:00
supervisor
2014-12-03 12:14:23 +02:00
toolz
2014-12-01 15:19:37 +02:00