mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 05:45:31 +00:00
* Drop py34 support * Travis experiments * More Travis experiments * Bump Twisted version for py35+ (stretch) * Remove Debian build * Remove pinned lxml for Py34 * Fix merge error * Remove unused tox env * Add environment with pinned versions for py36 * Bump minimum Twisted version in py27; Envs with pinned versions for py27 and py35 * Add botocore as extra dep for py27 tests * Update requirements-py2.txt * Add botocore and Pillow as extra dependencies
15 lines
216 B
Plaintext
15 lines
216 B
Plaintext
# Tests requirements
|
|
jmespath
|
|
leveldb; sys_platform != "win32"
|
|
pytest
|
|
pytest-cov
|
|
pytest-twisted
|
|
pytest-xdist
|
|
testfixtures
|
|
|
|
# optional for shell wrapper tests
|
|
bpython
|
|
brotlipy
|
|
ipython
|
|
pywin32; sys_platform == "win32"
|