Skip to content

Commit

Permalink
missing extra package
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Sep 3, 2024
1 parent 283f4fe commit e42b27a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-valkey"
version = "0.0.1"
version = "0.0.9"
license = "BSD-3-Caluse"
description = "a valkey backend for django, forked from django-redis"
authors = ["amirreza <[email protected]>"]
Expand Down Expand Up @@ -36,13 +36,15 @@ valkey = "^6.0.0"

libvalkey = { optional = true, version = "^4.0.0" }
lz4 = { optional = true, version = "^4.3.3" }
pyzstd = { optional = true, version = "^0.16.1"}
pyzstd = { optional = true, version = "^0.16.1" }
msgpack = { optional = true, version = "^1.0.8" }


[tool.poetry.extras]
libvalkey = ["libvalkey"]
lz4 = ["lz4"]
pyzstd = ["pyzstd"]
msgpack = ["msgpack"]


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit e42b27a

Please sign in to comment.