add simple db state

This commit is contained in:
2019-11-23 10:22:10 -05:00
parent 7517d2b083
commit 3e477c9f98
3 changed files with 86 additions and 3 deletions

View File

@@ -2,12 +2,12 @@ from setuptools import setup
setup(
name="hexlib",
version="1.0",
version="1.1",
description="Misc utility methods",
author="simon987",
author_email="me@simon987.net",
packages=["hexlib"],
install_requires=[
"ImageHash", "influxdb",
"ImageHash", "influxdb", "siphash"
]
)