Skip to content

Commit

Permalink
👽 Install redis dependency instead of aioredis
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolasolodukha committed Feb 6, 2023
1 parent 44edcda commit 5f4d6ad
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -12,7 +12,7 @@ pydantic = {extras = ["dotenv"], version = "^1.10.1"}
loguru = "^0.6.0"
tortoise-orm = {extras = ["asyncpg"], version = "^0.19.2"}
aerich = "^0.6.3"
aioredis = "^2.0.1"
redis = "^4.4.2"
dj-redis-url = "^0.1.4"
arrow = "^1.2.2"
stringcase = "^1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -92,9 +92,6 @@ aiohttp==3.8.3 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:f88df3a83cf9df566f171adba39d5bd52814ac0b94778d2448652fc77f9eb491 \
--hash=sha256:f973157ffeab5459eefe7b97a804987876dd0a55570b8fa56b4e1954bf11329b \
--hash=sha256:ff25f48fc8e623d95eca0670b8cc1469a83783c924a602e0fbd47363bb54aaca
aioredis==2.0.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:9ac0d0b3b485d293b8ca1987e6de8658d7dafcca1cddfcd1d506cae8cdebfdd6 \
--hash=sha256:eaa51aaf993f2d71f54b70527c440437ba65340588afeb786cd87c55c89cd98e
aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc \
--hash=sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17
Expand Down Expand Up @@ -417,6 +414,9 @@ python-dotenv==0.21.1 ; python_version >= "3.10" and python_version < "4.0" \
pytz==2022.7.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0 \
--hash=sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a
redis==4.4.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7 \
--hash=sha256:e6206448e2f8a432871d07d432c13ed6c2abcf6b74edb436c99752b1371be387
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
Expand Down

0 comments on commit 5f4d6ad

Please sign in to comment.