Fix tests

This commit is contained in:
2021-10-21 19:52:42 -04:00
parent 5e00ddccdb
commit ed9d148411
6 changed files with 32 additions and 9 deletions

View File

@@ -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"
]
)