mirror of
https://github.com/simon987/hexlib.git
synced 2025-12-13 14:49:05 +00:00
add volatile state
This commit is contained in:
4
setup.py
4
setup.py
@@ -2,12 +2,12 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="hexlib",
|
||||
version="1.7",
|
||||
version="1.8",
|
||||
description="Misc utility methods",
|
||||
author="simon987",
|
||||
author_email="me@simon987.net",
|
||||
packages=["hexlib"],
|
||||
install_requires=[
|
||||
"ImageHash", "influxdb", "siphash", "python-dateutil"
|
||||
"ImageHash", "influxdb", "siphash", "python-dateutil", "redis", "ujson"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user