##// END OF EJS Templates
requirements: remove pathlib2 usage, it's a backport for python2.7 only
super-admin -
r1067:1d38bc16 python3
parent child Browse files
Show More
@@ -1,55 +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.1
6 coverage==7.2.1
7 dogpile.cache==1.1.8
7 dogpile.cache==1.1.8
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.1
18 mock==5.0.1
19 more-itertools==9.1.0
19 more-itertools==9.1.0
20 msgpack-python==0.5.6
20 msgpack-python==0.5.6
21 pathlib2==2.3.7.post1
22 six==1.16.0
23 psutil==5.9.4
21 psutil==5.9.4
24 py==1.11.0
22 py==1.11.0
25 pygit2==1.11.1
23 pygit2==1.11.1
26 cffi==1.15.1
24 cffi==1.15.1
27 pycparser==2.21
25 pycparser==2.21
28 pygments==2.14.0
26 pygments==2.14.0
29 pyparsing==3.0.9
27 pyparsing==3.0.9
30 pyramid==2.0.1
28 pyramid==2.0.1
31 hupper==1.11
29 hupper==1.11
32 plaster==1.1.2
30 plaster==1.1.2
33 plaster-pastedeploy==1.0.1
31 plaster-pastedeploy==1.0.1
34 pastedeploy==3.0.1
32 pastedeploy==3.0.1
35 plaster==1.1.2
33 plaster==1.1.2
36 translationstring==1.4
34 translationstring==1.4
37 venusian==3.0.0
35 venusian==3.0.0
38 webob==1.8.7
36 webob==1.8.7
39 zope.deprecation==4.4.0
37 zope.deprecation==4.4.0
40 zope.interface==5.5.2
38 zope.interface==5.5.2
41 redis==4.5.1
39 redis==4.5.1
42 async-timeout==4.0.2
40 async-timeout==4.0.2
43 repoze.lru==0.7
41 repoze.lru==0.7
44 scandir==1.10.0
42 scandir==1.10.0
45 setproctitle==1.3.2
43 setproctitle==1.3.2
46 simplejson==3.18.3
44 simplejson==3.18.3
47 subvertpy==0.11.0
45 subvertpy==0.11.0
48 wcwidth==0.2.6
46 wcwidth==0.2.6
49
47
50
48
51 ## test related requirements
49 ## test related requirements
52 -r requirements_test.txt
50 -r requirements_test.txt
53
51
54 ## uncomment to add the debug libraries
52 ## uncomment to add the debug libraries
55 #-r requirements_debug.txt
53 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now