mirror of
https://github.com/simon987/hexlib.git
synced 2025-12-13 22:59:04 +00:00
Add random_word & random_phrase
This commit is contained in:
6
setup.py
6
setup.py
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user