Handle TAG queries that include the separator
This commit is contained in:
parent
b46408ccd2
commit
8f32b359f0
7 changed files with 591 additions and 128 deletions
|
@ -12,6 +12,11 @@ aioredis = "^2.0.0"
|
|||
pydantic = "^1.8.2"
|
||||
click = "^8.0.1"
|
||||
six = "^1.16.0"
|
||||
pptree = "^3.1"
|
||||
mypy = "^0.910"
|
||||
types-redis = "^3.5.9"
|
||||
types-six = "^1.16.1"
|
||||
python-ulid = "^1.0.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^6.2.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue