Try to smooth out dev setup experience
This commit is contained in:
parent
e165942ad8
commit
9566d403c5
3 changed files with 44 additions and 7 deletions
|
@ -8,7 +8,6 @@ license = "BSD-3-Clause"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/redis-developer/redis-om-python"
|
||||
packages = [
|
||||
{ "include" = "aredis_om" },
|
||||
{ "include" = "redis_om" },
|
||||
]
|
||||
classifiers = [
|
||||
|
@ -34,6 +33,7 @@ types-redis = "^3.5.9"
|
|||
types-six = "^1.16.1"
|
||||
python-ulid = "^1.0.3"
|
||||
python-dotenv = "^0.19.1"
|
||||
cleo = "1.0.0a4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
mypy = "^0.910"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue