mirror of
https://github.com/simon987/hexlib.git
synced 2025-04-21 10:46:41 +00:00
Compare commits
2 Commits
9bd1f4b799
...
da0e117550
Author | SHA1 | Date | |
---|---|---|---|
da0e117550 | |||
c3fef7e7f8 |
6
setup.py
6
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="hexlib",
|
||||
version="1.56",
|
||||
version="1.58",
|
||||
description="Misc utility methods",
|
||||
author="simon987",
|
||||
author_email="me@simon987.net",
|
||||
@ -13,7 +13,7 @@ setup(
|
||||
]},
|
||||
install_requires=[
|
||||
"ImageHash", "influxdb", "siphash", "python-dateutil", "redis", "orjson", "zstandard",
|
||||
"u-msgpack-python", "psycopg2-binary", "fake-useragent", "bs4", "lxml", "nltk", "numpy",
|
||||
"matplotlib", "scikit-learn"
|
||||
"u-msgpack-python", "psycopg2-binary", "bs4", "lxml", "nltk", "numpy",
|
||||
"matplotlib", "scikit-learn", "fake-useragent @ git+git://github.com/Jordan9675/fake-useragent"
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user