Skip to content

Commit

Permalink
Add django-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Jul 21, 2020
1 parent f547368 commit 69c8348
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
22 changes: 17 additions & 5 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ django-cache-url = "^3.1.2"
pyjwt = "^1.7.1"
python-json-logger = "^0.1.11"
pytimeparse = "^1.1.8"
django-redis = "^4.12.1"

[tool.poetry.dev-dependencies]
black = "19.10b0"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ django-phonenumber-field==4.0.0
django-prices==2.2.0
django-prices-openexchangerates==1.1.0
django-prices-vatlayer==1.1.0
django-redis==4.12.1
django-render-block==0.7
django-storages==1.9.1
django-templated-email==2.3.0
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ django-phonenumber-field==4.0.0
django-prices==2.2.0
django-prices-openexchangerates==1.1.0
django-prices-vatlayer==1.1.0
django-redis==4.12.1
django-render-block==0.7
django-storages==1.9.1
django-stubs==1.2.0
Expand Down

0 comments on commit 69c8348

Please sign in to comment.