Add random_word & random_phrase

This commit is contained in:
2020-08-04 18:04:41 -04:00
parent 595fbc71be
commit 30854c7f8b
4 changed files with 466514 additions and 1 deletions

View File

@@ -2,11 +2,15 @@ from setuptools import setup
setup(
name="hexlib",
version="1.12",
version="1.13",
description="Misc utility methods",
author="simon987",
author_email="me@simon987.net",
packages=["hexlib"],
include_package_data=True,
package_data={"": [
"data/*"
]},
install_requires=[
"ImageHash", "influxdb", "siphash", "python-dateutil", "redis", "ujson"
]