##// END OF EJS Templates
deps: bumped some libraries
super-admin -
r1051:5c769ba4 python3
parent child Browse files
Show More
@@ -1,43 +1,43 b''
1 ## dependencies
1 ## dependencies
2
2
3 # our custom configobj
3 # our custom configobj
4 configobj==5.0.8
4 configobj==5.0.8
5
5
6 dogpile.cache==1.1.8
6 dogpile.cache==1.1.8
7
7
8 decorator==5.1.1
8 decorator==5.1.1
9 dulwich==0.21.3
9 dulwich==0.21.3
10 hg-evolve==11.0.0
10 hg-evolve==11.0.0
11
11
12 mercurial==6.3.2
12 mercurial==6.3.3
13 msgpack-python==0.5.6
13 msgpack-python==0.5.6
14 more-itertools==9.1.0
14 more-itertools==9.1.0
15
15
16 pastedeploy==2.1.0
16 pastedeploy==3.0.1
17 pyramid==2.0.1
17 pyramid==2.0.1
18 pygit2==1.11.1
18 pygit2==1.11.1
19
19
20 repoze.lru==0.7
20 repoze.lru==0.7
21 redis==4.5.1
21 redis==4.5.1
22 simplejson==3.18.3
22 simplejson==3.18.3
23 subvertpy==0.11.0
23 subvertpy==0.11.0
24
24
25 translationstring==1.4
25 translationstring==1.4
26 webob==1.8.7
26 webob==1.8.7
27 zope.deprecation==4.4.0
27 zope.deprecation==4.4.0
28 zope.interface==5.5.2
28 zope.interface==5.5.2
29
29
30 ## http servers
30 ## http servers
31 #gevent==20.6.0
31 #gevent==20.6.0
32 #greenlet==0.4.16
32 #greenlet==0.4.16
33 gunicorn==20.1.0
33 gunicorn==20.1.0
34 waitress==2.1.2
34 waitress==2.1.2
35
35
36 ## test related requirements
36 ## test related requirements
37 -r requirements_test.txt
37 -r requirements_test.txt
38
38
39 ## uncomment to add the debug libraries
39 ## uncomment to add the debug libraries
40 #ipdb==0.13.2
40 #ipdb==0.13.2
41 #ipython==7.15.0
41 #ipython==7.15.0
42
42
43 #-r requirements_debug.txt
43 #-r requirements_debug.txt
@@ -1,16 +1,16 b''
1 # test related requirements
1 # test related requirements
2 pytest==7.2.1
2 pytest==7.2.2
3 py==1.11.0
3 py==1.11.0
4 pytest-cov==4.0.0
4 pytest-cov==4.0.0
5 pytest-sugar==0.9.6
5 pytest-sugar==0.9.6
6 pytest-runner==6.0.0
6 pytest-runner==6.0.0
7 pytest-profiling==1.7.0
7 pytest-profiling==1.7.0
8 pytest-timeout==2.1.0
8 pytest-timeout==2.1.0
9 gprof2dot==2022.7.29
9 gprof2dot==2022.7.29
10
10
11 mock==5.0.1
11 mock==5.0.1
12 cov-core==1.15.0
12 cov-core==1.15.0
13 coverage==7.2.1
13 coverage==7.2.1
14
14
15 webtest==3.0.0
15 webtest==3.0.0
16 beautifulsoup4==4.11.2
16 beautifulsoup4==4.11.2
General Comments 0
You need to be logged in to leave comments. Login now