Switch to orjson, add ndjson_iter

This commit is contained in:
2020-08-04 21:20:20 -04:00
parent 30854c7f8b
commit 52ad2d22b9
4 changed files with 71 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="hexlib",
version="1.13",
version="1.14",
description="Misc utility methods",
author="simon987",
author_email="me@simon987.net",
@@ -12,6 +12,6 @@ setup(
"data/*"
]},
install_requires=[
"ImageHash", "influxdb", "siphash", "python-dateutil", "redis", "ujson"
"ImageHash", "influxdb", "siphash", "python-dateutil", "redis", "orjson", "zstandard"
]
)