Skip to content

Commit

Permalink
move to mmhash3 library (#229)
Browse files Browse the repository at this point in the history
move to updated fork of murmurhash library
  • Loading branch information
sighphyre authored Nov 29, 2022
1 parent 9aa528a commit 7b47394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
importlib_metadata
requests
fcache
mmh3
mmhash3
APScheduler
python-dateutil
semver
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def readme():
install_requires=[
"requests",
"fcache",
"mmh3",
"mmhash3",
"apscheduler",
"importlib_metadata",
"python-dateutil",
Expand Down

0 comments on commit 7b47394

Please sign in to comment.