Added pyrmv[speed] with ujson as a speedup

This commit is contained in:
2023-11-27 21:56:57 +01:00
parent 3ee90c7a41
commit 66cb676639
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
import contextlib
import requests
from .board_arrival import board_arrival
from .board_departure import board_departure
from .him_search import him_search
@@ -6,3 +10,8 @@ from .stop_by_coords import stop_by_coords
from .stop_by_name import stop_by_name
from .trip_find import trip_find
from .trip_recon import trip_recon
with contextlib.suppress(ImportError):
import ujson
requests.models.complexjson = ujson