Use hash in volatile state

This commit is contained in:
2020-12-20 20:15:17 -05:00
parent 6832b9edd6
commit 89b21884b7
3 changed files with 14 additions and 12 deletions

View File

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