remove ujson dependency
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 24 Apr 2022 12:09:47 +0000 (14:09 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 24 Apr 2022 12:09:47 +0000 (14:09 +0200)
music_assistant/helpers/json.py
requirements.txt

index 7065cc5b78d7133b918f4a868ea0fce57eba1a73..fd083c0a476fa1f2818f9c1567c4bcd3ab34a098 100644 (file)
@@ -2,11 +2,7 @@
 from __future__ import annotations
 
 import asyncio
-
-try:
-    import ujson as json
-except ImportError:
-    import json
+import json
 
 
 def serialize_values(obj):
index 4a14fd90da730ce2b3a0bfe537234bc5d4ab1fbb..216f08f4532f3fce256d9c68bc490d7d86823708 100644 (file)
@@ -9,6 +9,5 @@ python-slugify>=4.0,<=6.1.1
 memory-tempfile<=2.2.3
 pillow>=8.0,<9.1.1
 unidecode>=1.0,<=1.3.4
-ujson>=4.0,<5.3.0
 mashumaro>=3.0,<=3.1
 tinytag>=1.6,<=1.8.1