Skip to content

Commit e86b3a6

Browse files
committed
Move tox requirements into separate files
1 parent 2d066ae commit e86b3a6

15 files changed

+209
-0
lines changed

tox/pypy-requirements.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
atomicwrites==1.4.1
2+
attrs==20.3.0
3+
backports.functools-lru-cache==1.6.6
4+
cffi==1.12.0
5+
configparser==4.0.2
6+
contextlib2==0.6.0.post1
7+
coverage==5.5
8+
funcsigs==1.0.2
9+
greenlet==0.4.13
10+
importlib-metadata==2.1.3
11+
more-itertools==5.0.0
12+
pathlib2==2.3.7.post1
13+
pluggy==0.13.1
14+
py==1.11.0
15+
pytest==4.5.0
16+
pytest-cov==2.5.1
17+
PyYAML==5.1
18+
readline==6.2.4.1
19+
scandir==1.10.0
20+
sh==1.12.14
21+
six==1.16.0
22+
typing==3.10.0.0
23+
wcwidth==0.2.13
24+
zipp==1.2.0

tox/pypy3-requirements.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
atomicwrites==1.4.1
2+
attrs==20.3.0
3+
cffi==1.12.0
4+
coverage==5.5
5+
greenlet==0.4.13
6+
importlib-metadata==2.1.3
7+
more-itertools==8.14.0
8+
pathlib2==2.3.7.post1
9+
pluggy==0.13.1
10+
py==1.11.0
11+
pytest==4.5.0
12+
pytest-cov==2.5.1
13+
PyYAML==5.1
14+
readline==6.2.4.1
15+
sh==1.12.14
16+
six==1.16.0
17+
wcwidth==0.2.13
18+
zipp==1.2.0

tox/python27-requirements.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
atomicwrites==1.4.1
2+
attrs==20.3.0
3+
backports.functools-lru-cache==1.6.6
4+
configparser==4.0.2
5+
contextlib2==0.6.0.post1
6+
coverage==5.5
7+
funcsigs==1.0.2
8+
importlib-metadata==2.1.3
9+
more-itertools==5.0.0
10+
pathlib2==2.3.7.post1
11+
pluggy==0.13.1
12+
py==1.11.0
13+
pytest==4.5.0
14+
pytest-cov==2.5.1
15+
PyYAML==5.1
16+
scandir==1.10.0
17+
sh==1.12.14
18+
six==1.16.0
19+
typing==3.10.0.0
20+
wcwidth==0.2.13
21+
zipp==1.2.0

tox/python310-requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
attrs==24.2.0
2+
coverage==5.5
3+
iniconfig==2.0.0
4+
packaging==24.1
5+
pluggy==0.13.1
6+
py==1.11.0
7+
pyperf==2.2.0
8+
pytest==6.2.4
9+
pytest-cov==2.5.1
10+
PyYAML==5.4.1
11+
sh==1.14.2
12+
toml==0.10.2

tox/python311-requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
attrs==24.2.0
2+
coverage==7.6.10
3+
iniconfig==2.0.0
4+
packaging==24.1
5+
pluggy==1.5.0
6+
py==1.11.0
7+
pyperf==2.4.1
8+
pytest==7.1.2
9+
pytest-cov==5.0.0
10+
PyYAML==6.0
11+
sh==1.14.3
12+
tomli==2.0.1

tox/python312-requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
coverage==7.6.10
2+
iniconfig==2.0.0
3+
packaging==24.1
4+
pip==24.2
5+
pluggy==1.5.0
6+
psutil==6.0.0
7+
pyperf==2.6.1
8+
pytest==7.4.2
9+
pytest-cov==5.0.0
10+
PyYAML==6.0.1
11+
sh==2.0.6

tox/python313-requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
coverage==7.6.10
2+
iniconfig==2.0.0
3+
packaging==24.1
4+
pip==24.2
5+
pluggy==1.5.0
6+
psutil==6.0.0
7+
pyperf==2.7.0
8+
pytest==8.3.3
9+
pytest-cov==5.0.0
10+
PyYAML==6.0.2
11+
sh==2.0.7

tox/python314-requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coverage==7.6.10
2+
iniconfig==2.1.0
3+
packaging==25.0
4+
pip==25.2
5+
pluggy==1.6.0
6+
Pygments==2.19.2
7+
pytest==8.4.1
8+
pytest-cov==5.0.0
9+
PyYAML==6.0.2
10+
sh==2.2.2

tox/python33-requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
coverage==4.5.4
2+
py==1.4.34
3+
pytest==3.2.5
4+
pytest-cov==2.5.1
5+
PyYAML==3.13
6+
sh==1.12.14

tox/python34-requirements.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
atomicwrites==1.4.1
2+
attrs==20.3.0
3+
coverage==4.5.4
4+
importlib-metadata==1.1.3
5+
more-itertools==7.2.0
6+
pathlib2==2.3.7.post1
7+
pluggy==0.13.1
8+
py==1.10.0
9+
pytest==4.5.0
10+
pytest-cov==2.5.1
11+
PyYAML==5.1
12+
scandir==1.10.0
13+
sh==1.12.14
14+
six==1.16.0
15+
typing==3.10.0.0
16+
wcwidth==0.2.13
17+
zipp==1.2.0

0 commit comments

Comments
 (0)