Fix pk key
This commit is contained in:
parent
ce3204325f
commit
eeb046bcec
4 changed files with 29 additions and 43 deletions
|
@ -1,12 +1,12 @@
|
|||
[tool.poetry]
|
||||
name = "redis-developer-python"
|
||||
name = "redis-developer"
|
||||
version = "0.1.0"
|
||||
description = "A high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard."
|
||||
authors = ["Andrew Brookins <andrew.brookins@redislabs.com>"]
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.8"
|
||||
redis = "^3.5.3"
|
||||
aioredis = "^2.0.0"
|
||||
pydantic = "^1.8.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue