Skip to content

Commit e42b27a

Browse files
committed
missing extra package
1 parent 283f4fe commit e42b27a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-valkey"
3-
version = "0.0.1"
3+
version = "0.0.9"
44
license = "BSD-3-Caluse"
55
description = "a valkey backend for django, forked from django-redis"
66
authors = ["amirreza <[email protected]>"]
@@ -36,13 +36,15 @@ valkey = "^6.0.0"
3636

3737
libvalkey = { optional = true, version = "^4.0.0" }
3838
lz4 = { optional = true, version = "^4.3.3" }
39-
pyzstd = { optional = true, version = "^0.16.1"}
39+
pyzstd = { optional = true, version = "^0.16.1" }
40+
msgpack = { optional = true, version = "^1.0.8" }
4041

4142

4243
[tool.poetry.extras]
4344
libvalkey = ["libvalkey"]
4445
lz4 = ["lz4"]
4546
pyzstd = ["pyzstd"]
47+
msgpack = ["msgpack"]
4648

4749

4850
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)