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