Skip to content

Commit 34ce8d6

Browse files
Fix.package (#320)
* Fixed compare utility after redis-py > 4 change * Fixed package publishing error due to unreleased pypi dependency (redis-py v4.2) * Bumping version to 0.7.15 * Fixed package release to pypi
1 parent 2fdfa09 commit 34ce8d6

File tree

2 files changed

+133
-2
lines changed

2 files changed

+133
-2
lines changed

poetry.lock

Lines changed: 132 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ scipy = "^1.3.3"
4343
scikit-learn = "^0.22.2"
4444
Jinja2 = "^3.0.3"
4545
watchdog = "^2.1.6"
46+
redis = "4.2.0rc3"
4647

4748
[tool.poetry.dev-dependencies]
4849
pytest = "^4.6"

0 commit comments

Comments
 (0)