Fix pk key

This commit is contained in:
Andrew Brookins 2021-08-31 15:52:21 -07:00
parent ce3204325f
commit eeb046bcec
4 changed files with 29 additions and 43 deletions

View file

@ -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"