Show More
@@ -1,44 +1,43 b'' | |||||
1 | ## dependencies |
|
1 | ## dependencies | |
2 |
|
2 | |||
3 | # our custom configobj |
|
3 | # our custom configobj | |
4 | https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626#egg=configobj==5.0.6 |
|
4 | configobj==5.0.8 | |
|
5 | ||||
|
6 | dogpile.cache==1.1.8 | |||
5 |
|
7 | |||
6 | dogpile.cache==0.9.2 |
|
8 | decorator==5.1.1 | |
7 | dogpile.core==0.4.1 |
|
9 | dulwich==0.21.3 | |
8 | decorator==4.1.2 |
|
|||
9 | dulwich==0.13.0 |
|
|||
10 | hgsubversion==1.9.3 |
|
10 | hgsubversion==1.9.3 | |
11 |
hg-evolve==1 |
|
11 | hg-evolve==11.0.0 | |
12 |
|
12 | |||
13 |
mercurial== |
|
13 | mercurial==6.3.2 | |
14 | msgpack-python==0.5.6 |
|
14 | msgpack-python==0.5.6 | |
15 |
|
15 | |||
16 | pastedeploy==2.1.0 |
|
16 | pastedeploy==2.1.0 | |
17 |
pyramid== |
|
17 | pyramid==2.0.1 | |
18 |
pygit2==1. |
|
18 | pygit2==1.11.1 | |
19 |
|
19 | |||
20 | repoze.lru==0.7 |
|
20 | repoze.lru==0.7 | |
21 |
redis== |
|
21 | redis==4.5.1 | |
22 |
simplejson==3.1 |
|
22 | simplejson==3.18.3 | |
23 |
subvertpy==0.1 |
|
23 | subvertpy==0.11.0 | |
24 |
|
24 | |||
25 | six==1.15.0 |
|
25 | translationstring==1.4 | |
26 | translationstring==1.3 |
|
26 | webob==1.8.7 | |
27 | webob==1.8.6 |
|
|||
28 | zope.deprecation==4.4.0 |
|
27 | zope.deprecation==4.4.0 | |
29 |
zope.interface==5. |
|
28 | zope.interface==5.5.2 | |
30 |
|
29 | |||
31 | ## http servers |
|
30 | ## http servers | |
32 | #gevent==20.6.0 |
|
31 | #gevent==20.6.0 | |
33 | #greenlet==0.4.16 |
|
32 | #greenlet==0.4.16 | |
34 |
gunicorn==20. |
|
33 | gunicorn==20.1.0 | |
35 |
waitress== |
|
34 | waitress==2.1.2 | |
36 |
|
35 | |||
37 | ## test related requirements |
|
36 | ## test related requirements | |
38 | -r requirements_test.txt |
|
37 | -r requirements_test.txt | |
39 |
|
38 | |||
40 | ## uncomment to add the debug libraries |
|
39 | ## uncomment to add the debug libraries | |
41 | #ipdb==0.13.2 |
|
40 | #ipdb==0.13.2 | |
42 | #ipython==7.15.0 |
|
41 | #ipython==7.15.0 | |
43 |
|
42 | |||
44 | #-r requirements_debug.txt |
|
43 | #-r requirements_debug.txt |
@@ -1,19 +1,19 b'' | |||||
1 | # contains not directly required libraries we want to pin the version. |
|
1 | # contains not directly required libraries we want to pin the version. | |
2 |
|
2 | |||
3 |
atomicwrites==1.4. |
|
3 | atomicwrites==1.4.1 | |
4 |
attrs== |
|
4 | attrs==22.2.0 | |
5 |
contextlib2== |
|
5 | contextlib2==21.6.0 | |
6 |
cffi==1.1 |
|
6 | cffi==1.15.1 | |
7 |
hupper==1.1 |
|
7 | hupper==1.11 | |
8 |
importlib-metadata== |
|
8 | importlib-metadata==6.0.0 | |
9 |
packaging==2 |
|
9 | packaging==23.0 | |
10 |
pathlib2==2.3. |
|
10 | pathlib2==2.3.7.post1 | |
11 |
pygments==2. |
|
11 | pygments==2.14.0 | |
12 |
pyparsing== |
|
12 | pyparsing==3.0.9 | |
13 |
psutil==5. |
|
13 | psutil==5.9.4 | |
14 |
pluggy== |
|
14 | pluggy==1.0.0 | |
15 | scandir==1.10.0 |
|
15 | scandir==1.10.0 | |
16 |
setproctitle==1. |
|
16 | setproctitle==1.3.2 | |
17 |
venusian== |
|
17 | venusian==3.0.0 | |
18 |
wcwidth==0.2. |
|
18 | wcwidth==0.2.6 | |
19 |
toml==0.10. |
|
19 | toml==0.10.2 |
@@ -1,16 +1,16 b'' | |||||
1 | # test related requirements |
|
1 | # test related requirements | |
2 |
pytest== |
|
2 | pytest==7.2.1 | |
3 |
py==1. |
|
3 | py==1.11.0 | |
4 |
pytest-cov== |
|
4 | pytest-cov==4.0.0 | |
5 |
pytest-sugar==0.9. |
|
5 | pytest-sugar==0.9.6 | |
6 |
pytest-runner== |
|
6 | pytest-runner==6.0.0 | |
7 | pytest-profiling==1.7.0 |
|
7 | pytest-profiling==1.7.0 | |
8 |
pytest-timeout== |
|
8 | pytest-timeout==2.1.0 | |
9 |
gprof2dot==20 |
|
9 | gprof2dot==2022.7.29 | |
10 |
|
10 | |||
11 |
mock== |
|
11 | mock==5.0.1 | |
12 | cov-core==1.15.0 |
|
12 | cov-core==1.15.0 | |
13 |
coverage== |
|
13 | coverage==7.2.1 | |
14 |
|
14 | |||
15 |
webtest== |
|
15 | webtest==3.0.0 | |
16 |
beautifulsoup4==4. |
|
16 | beautifulsoup4==4.11.2 |
General Comments 0
You need to be logged in to leave comments.
Login now