mirror of
https://github.com/simon987/hexlib.git
synced 2025-04-04 02:12:59 +00:00
pin pydantic version
This commit is contained in:
parent
24230cdc1e
commit
a047366926
4
setup.py
4
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="hexlib",
|
||||
version="1.87",
|
||||
version="1.88",
|
||||
description="Misc utility methods",
|
||||
author="simon987",
|
||||
author_email="me@simon987.net",
|
||||
@ -15,6 +15,6 @@ setup(
|
||||
"influxdb", "siphash", "python-dateutil", "redis", "orjson", "zstandard",
|
||||
"u-msgpack-python", "psycopg2-binary", "bs4", "lxml", "nltk", "numpy",
|
||||
"matplotlib", "fake-useragent @ git+https://github.com/Jordan9675/fake-useragent",
|
||||
"requests"
|
||||
"requests", "pydantic==1.10.11"
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user