mirror of
https://github.com/simon987/hexlib.git
synced 2025-12-14 15:19:05 +00:00
Cleanup
This commit is contained in:
6
setup.py
6
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="hexlib",
|
||||
version="1.77",
|
||||
version="1.78",
|
||||
description="Misc utility methods",
|
||||
author="simon987",
|
||||
author_email="me@simon987.net",
|
||||
@@ -12,9 +12,9 @@ setup(
|
||||
"data/*"
|
||||
]},
|
||||
install_requires=[
|
||||
"ImageHash", "influxdb", "siphash", "python-dateutil", "redis", "orjson", "zstandard",
|
||||
"influxdb", "siphash", "python-dateutil", "redis", "orjson", "zstandard",
|
||||
"u-msgpack-python", "psycopg2-binary", "bs4", "lxml", "nltk", "numpy",
|
||||
"matplotlib", "scikit-learn", "fake-useragent @ git+https://github.com/Jordan9675/fake-useragent",
|
||||
"matplotlib", "fake-useragent @ git+https://github.com/Jordan9675/fake-useragent",
|
||||
"requests"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user