##// END OF EJS Templates
json: replaced simplejson with orjson
super-admin -
r1068:59dabace python3
parent child Browse files
Show More
@@ -18,6 +18,7 b' 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 orjson==3.8.7
21 psutil==5.9.4
22 psutil==5.9.4
22 py==1.11.0
23 py==1.11.0
23 pygit2==1.11.1
24 pygit2==1.11.1
@@ -41,7 +42,6 b' redis==4.5.1'
41 repoze.lru==0.7
42 repoze.lru==0.7
42 scandir==1.10.0
43 scandir==1.10.0
43 setproctitle==1.3.2
44 setproctitle==1.3.2
44 simplejson==3.18.3
45 subvertpy==0.11.0
45 subvertpy==0.11.0
46 wcwidth==0.2.6
46 wcwidth==0.2.6
47
47
@@ -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