Skip to content

Commit 4d41cc0

Browse files
nyovkmike
authored andcommitted
PY3 split requirements into files
1 parent 57fafc7 commit 4d41cc0

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

requirements-py3.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Twisted >= 15.1.0
2+
lxml>=3.2.4
3+
pyOpenSSL>=0.13.1
4+
cssselect>=0.9
5+
queuelib>=1.1.1
6+
w3lib>=1.8.0

tests/requirements-py3.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pytest>=2.6.0
2+
pytest-twisted
3+
testfixtures

tox.ini

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,11 @@ commands =
4040
[testenv:py33]
4141
basepython = python3.3
4242
deps =
43-
Twisted >= 15.1.0
44-
lxml>=3.2.4
45-
pyOpenSSL>=0.13.1
46-
cssselect>=0.9
47-
queuelib>=1.1.1
48-
w3lib>=1.8.0
43+
-rrequirements-py3.txt
44+
# Extras
4945
Pillow
5046
service_identity
51-
# tests requirements
52-
pytest>=2.6.0
53-
pytest-twisted
54-
testfixtures
47+
-rtests/requirements-py3.txt
5548

5649
[testenv:py34]
5750
basepython = python3.4

0 commit comments

Comments
 (0)