mirror of https://github.com/scrapy/scrapy.git
PY3 split requirements into files
This commit is contained in:
parent
57fafc702d
commit
4d41cc0dc4
|
|
@ -0,0 +1,6 @@
|
|||
Twisted >= 15.1.0
|
||||
lxml>=3.2.4
|
||||
pyOpenSSL>=0.13.1
|
||||
cssselect>=0.9
|
||||
queuelib>=1.1.1
|
||||
w3lib>=1.8.0
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
pytest>=2.6.0
|
||||
pytest-twisted
|
||||
testfixtures
|
||||
13
tox.ini
13
tox.ini
|
|
@ -40,18 +40,11 @@ commands =
|
|||
[testenv:py33]
|
||||
basepython = python3.3
|
||||
deps =
|
||||
Twisted >= 15.1.0
|
||||
lxml>=3.2.4
|
||||
pyOpenSSL>=0.13.1
|
||||
cssselect>=0.9
|
||||
queuelib>=1.1.1
|
||||
w3lib>=1.8.0
|
||||
-rrequirements-py3.txt
|
||||
# Extras
|
||||
Pillow
|
||||
service_identity
|
||||
# tests requirements
|
||||
pytest>=2.6.0
|
||||
pytest-twisted
|
||||
testfixtures
|
||||
-rtests/requirements-py3.txt
|
||||
|
||||
[testenv:py34]
|
||||
basepython = python3.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue