mirror of
https://github.com/simon987/hexlib.git
synced 2025-12-14 15:19:05 +00:00
Fix tests
This commit is contained in:
3
setup.py
3
setup.py
@@ -14,6 +14,7 @@ setup(
|
||||
install_requires=[
|
||||
"ImageHash", "influxdb", "siphash", "python-dateutil", "redis", "orjson", "zstandard",
|
||||
"u-msgpack-python", "psycopg2-binary", "bs4", "lxml", "nltk", "numpy",
|
||||
"matplotlib", "scikit-learn", "fake-useragent @ git+git://github.com/Jordan9675/fake-useragent"
|
||||
"matplotlib", "scikit-learn", "fake-useragent @ git+git://github.com/Jordan9675/fake-useragent",
|
||||
"requests"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user