##// END OF EJS Templates
json: replaced simplejson with orjson
super-admin -
r1068:59dabace python3
parent child Browse files
Show More
@@ -1,53 +1,53 b''
1 1 # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]'
2 2
3 3 atomicwrites==1.4.1
4 4 contextlib2==21.6.0
5 5 cov-core==1.15.0
6 6 coverage==7.2.1
7 7 dogpile.cache==1.1.8
8 8 decorator==5.1.1
9 9 stevedore==5.0.0
10 10 pbr==5.11.1
11 11 dulwich==0.21.3
12 12 urllib3==1.26.14
13 13 gunicorn==20.1.0
14 14 hg-evolve==11.0.0
15 15 importlib-metadata==6.0.0
16 16 zipp==3.15.0
17 17 mercurial==6.3.3
18 18 mock==5.0.1
19 19 more-itertools==9.1.0
20 20 msgpack-python==0.5.6
21 orjson==3.8.7
21 22 psutil==5.9.4
22 23 py==1.11.0
23 24 pygit2==1.11.1
24 25 cffi==1.15.1
25 26 pycparser==2.21
26 27 pygments==2.14.0
27 28 pyparsing==3.0.9
28 29 pyramid==2.0.1
29 30 hupper==1.11
30 31 plaster==1.1.2
31 32 plaster-pastedeploy==1.0.1
32 33 pastedeploy==3.0.1
33 34 plaster==1.1.2
34 35 translationstring==1.4
35 36 venusian==3.0.0
36 37 webob==1.8.7
37 38 zope.deprecation==4.4.0
38 39 zope.interface==5.5.2
39 40 redis==4.5.1
40 41 async-timeout==4.0.2
41 42 repoze.lru==0.7
42 43 scandir==1.10.0
43 44 setproctitle==1.3.2
44 simplejson==3.18.3
45 45 subvertpy==0.11.0
46 46 wcwidth==0.2.6
47 47
48 48
49 49 ## test related requirements
50 50 -r requirements_test.txt
51 51
52 52 ## uncomment to add the debug libraries
53 53 #-r requirements_debug.txt
@@ -1,1 +1,2 b''
1 import simplejson as json
1 # use orjson by default
2 import orjson as json
General Comments 0
You need to be logged in to leave comments. Login now