We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283f4fe commit e42b27aCopy full SHA for e42b27a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-valkey"
3
-version = "0.0.1"
+version = "0.0.9"
4
license = "BSD-3-Caluse"
5
description = "a valkey backend for django, forked from django-redis"
6
authors = ["amirreza <[email protected]>"]
@@ -36,13 +36,15 @@ valkey = "^6.0.0"
36
37
libvalkey = { optional = true, version = "^4.0.0" }
38
lz4 = { optional = true, version = "^4.3.3" }
39
-pyzstd = { optional = true, version = "^0.16.1"}
+pyzstd = { optional = true, version = "^0.16.1" }
40
+msgpack = { optional = true, version = "^1.0.8" }
41
42
43
[tool.poetry.extras]
44
libvalkey = ["libvalkey"]
45
lz4 = ["lz4"]
46
pyzstd = ["pyzstd"]
47
+msgpack = ["msgpack"]
48
49
50
[tool.poetry.group.dev.dependencies]
0 commit comments