Show More
@@ -1,53 +1,53 b'' | |||||
1 | # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]' |
|
1 | # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]' | |
2 |
|
2 | |||
3 | atomicwrites==1.4.1 |
|
3 | atomicwrites==1.4.1 | |
4 | contextlib2==21.6.0 |
|
4 | contextlib2==21.6.0 | |
5 | cov-core==1.15.0 |
|
5 | cov-core==1.15.0 | |
6 | coverage==7.2.3 |
|
6 | coverage==7.2.3 | |
7 |
dogpile.cache==1. |
|
7 | dogpile.cache==1.2.0 | |
8 | decorator==5.1.1 |
|
8 | decorator==5.1.1 | |
9 | stevedore==5.0.0 |
|
9 | stevedore==5.0.0 | |
10 | pbr==5.11.1 |
|
10 | pbr==5.11.1 | |
11 | dulwich==0.21.3 |
|
11 | dulwich==0.21.3 | |
12 | urllib3==1.26.14 |
|
12 | urllib3==1.26.14 | |
13 | gunicorn==20.1.0 |
|
13 | gunicorn==20.1.0 | |
14 | hg-evolve==11.0.0 |
|
14 | hg-evolve==11.0.0 | |
15 | importlib-metadata==6.0.0 |
|
15 | importlib-metadata==6.0.0 | |
16 | zipp==3.15.0 |
|
16 | zipp==3.15.0 | |
17 | mercurial==6.3.3 |
|
17 | mercurial==6.3.3 | |
18 | mock==5.0.2 |
|
18 | mock==5.0.2 | |
19 | more-itertools==9.1.0 |
|
19 | more-itertools==9.1.0 | |
20 | msgpack==1.0.5 |
|
20 | msgpack==1.0.5 | |
21 |
orjson==3.8.1 |
|
21 | orjson==3.8.12 | |
22 | psutil==5.9.4 |
|
22 | psutil==5.9.4 | |
23 | py==1.11.0 |
|
23 | py==1.11.0 | |
24 |
pygit2==1.12. |
|
24 | pygit2==1.12.1 | |
25 | cffi==1.15.1 |
|
25 | cffi==1.15.1 | |
26 | pycparser==2.21 |
|
26 | pycparser==2.21 | |
27 |
pygments==2.1 |
|
27 | pygments==2.15.1 | |
28 | pyparsing==3.0.9 |
|
28 | pyparsing==3.0.9 | |
29 | pyramid==2.0.1 |
|
29 | pyramid==2.0.1 | |
30 |
hupper==1.1 |
|
30 | hupper==1.12 | |
31 | plaster==1.1.2 |
|
31 | plaster==1.1.2 | |
32 | plaster-pastedeploy==1.0.1 |
|
32 | plaster-pastedeploy==1.0.1 | |
33 | pastedeploy==3.0.1 |
|
33 | pastedeploy==3.0.1 | |
34 | plaster==1.1.2 |
|
34 | plaster==1.1.2 | |
35 | translationstring==1.4 |
|
35 | translationstring==1.4 | |
36 | venusian==3.0.0 |
|
36 | venusian==3.0.0 | |
37 | webob==1.8.7 |
|
37 | webob==1.8.7 | |
38 | zope.deprecation==5.0.0 |
|
38 | zope.deprecation==5.0.0 | |
39 | zope.interface==6.0.0 |
|
39 | zope.interface==6.0.0 | |
40 | redis==4.5.4 |
|
40 | redis==4.5.4 | |
41 | async-timeout==4.0.2 |
|
41 | async-timeout==4.0.2 | |
42 | repoze.lru==0.7 |
|
42 | repoze.lru==0.7 | |
43 | scandir==1.10.0 |
|
43 | scandir==1.10.0 | |
44 | setproctitle==1.3.2 |
|
44 | setproctitle==1.3.2 | |
45 | subvertpy==0.11.0 |
|
45 | subvertpy==0.11.0 | |
46 | wcwidth==0.2.6 |
|
46 | wcwidth==0.2.6 | |
47 |
|
47 | |||
48 |
|
48 | |||
49 | ## test related requirements |
|
49 | ## test related requirements | |
50 | -r requirements_test.txt |
|
50 | -r requirements_test.txt | |
51 |
|
51 | |||
52 | ## uncomment to add the debug libraries |
|
52 | ## uncomment to add the debug libraries | |
53 | #-r requirements_debug.txt |
|
53 | #-r requirements_debug.txt |
@@ -1,44 +1,45 b'' | |||||
1 | # test related requirements |
|
1 | # test related requirements | |
2 |
|
2 | |||
3 | cov-core==1.15.0 |
|
3 | cov-core==1.15.0 | |
4 | coverage==7.2.3 |
|
4 | coverage==7.2.3 | |
5 | mock==5.0.2 |
|
5 | mock==5.0.2 | |
6 | py==1.11.0 |
|
6 | py==1.11.0 | |
7 | pytest-cov==4.0.0 |
|
7 | pytest-cov==4.0.0 | |
8 | coverage==7.2.3 |
|
8 | coverage==7.2.3 | |
9 | pytest==7.3.1 |
|
9 | pytest==7.3.1 | |
10 | attrs==22.2.0 |
|
10 | attrs==22.2.0 | |
11 | iniconfig==2.0.0 |
|
11 | iniconfig==2.0.0 | |
12 | packaging==23.0 |
|
12 | packaging==23.0 | |
13 | pluggy==1.0.0 |
|
13 | pluggy==1.0.0 | |
14 | pytest-profiling==1.7.0 |
|
14 | pytest-profiling==1.7.0 | |
15 | gprof2dot==2022.7.29 |
|
15 | gprof2dot==2022.7.29 | |
16 | pytest==7.3.1 |
|
16 | pytest==7.3.1 | |
17 | attrs==22.2.0 |
|
17 | attrs==22.2.0 | |
18 | iniconfig==2.0.0 |
|
18 | iniconfig==2.0.0 | |
19 | packaging==23.0 |
|
19 | packaging==23.0 | |
20 | pluggy==1.0.0 |
|
20 | pluggy==1.0.0 | |
21 | six==1.16.0 |
|
21 | six==1.16.0 | |
22 | pytest-runner==6.0.0 |
|
22 | pytest-runner==6.0.0 | |
23 |
pytest-sugar==0.9. |
|
23 | pytest-sugar==0.9.7 | |
24 | packaging==23.0 |
|
24 | packaging==23.0 | |
25 | pytest==7.3.1 |
|
25 | pytest==7.3.1 | |
26 | attrs==22.2.0 |
|
26 | attrs==22.2.0 | |
27 | iniconfig==2.0.0 |
|
27 | iniconfig==2.0.0 | |
28 | packaging==23.0 |
|
28 | packaging==23.0 | |
29 | pluggy==1.0.0 |
|
29 | pluggy==1.0.0 | |
30 | termcolor==2.2.0 |
|
30 | termcolor==2.2.0 | |
31 | pytest-timeout==2.1.0 |
|
31 | pytest-timeout==2.1.0 | |
32 | pytest==7.3.1 |
|
32 | pytest==7.3.1 | |
33 | attrs==22.2.0 |
|
33 | attrs==22.2.0 | |
34 | iniconfig==2.0.0 |
|
34 | iniconfig==2.0.0 | |
35 | packaging==23.0 |
|
35 | packaging==23.0 | |
36 | pluggy==1.0.0 |
|
36 | pluggy==1.0.0 | |
37 | webtest==3.0.0 |
|
37 | webtest==3.0.0 | |
38 | beautifulsoup4==4.11.2 |
|
38 | beautifulsoup4==4.11.2 | |
39 | soupsieve==2.4 |
|
39 | soupsieve==2.4 | |
40 | waitress==2.1.2 |
|
40 | waitress==2.1.2 | |
41 | webob==1.8.7 |
|
41 | webob==1.8.7 | |
42 |
|
42 | |||
43 | # RhodeCode test-data |
|
43 | # RhodeCode test-data | |
44 | rc-testdata @ https://code.rhodecode.com/upstream/rc_testdata/archive/default.tar.gz?with_hash=1&sha256=76c9ed4ea955971774db2daf3076f38b7388ccc1338b6fd0c02800ab99400426 |
|
44 | rc-testdata @ https://code.rhodecode.com/upstream/rc-testdata-dist/raw/e72cda25374768bc8605a67066012428f9d90d03/rc_testdata-0.10.0-py3-none-any.whl | |
|
45 | rc-testdata==0.10.0 |
General Comments 0
You need to be logged in to leave comments.
Login now