mirror of
https://github.com/simon987/hexlib.git
synced 2025-04-03 09:53:00 +00:00
Fix git clone
This commit is contained in:
parent
2f6c2822b6
commit
408735a926
@ -1,5 +1,5 @@
|
||||
Misc utility methods in Python
|
||||
|
||||
```
|
||||
git+git://github.com/simon987/hexlib.git
|
||||
git+https://github.com/simon987/hexlib.git
|
||||
```
|
4
setup.py
4
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="hexlib",
|
||||
version="1.63",
|
||||
version="1.64",
|
||||
description="Misc utility methods",
|
||||
author="simon987",
|
||||
author_email="me@simon987.net",
|
||||
@ -14,7 +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+https://github.com/Jordan9675/fake-useragent",
|
||||
"requests"
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user