add cookie stuff

This commit is contained in:
2019-12-17 09:55:41 -05:00
parent 3e477c9f98
commit e5b5fa9c25
3 changed files with 37 additions and 5 deletions

View File

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