Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 13, 2024
1 parent c5c784f commit 8bd3c03
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ dependencies = [
"psycopg2==2.9.10",
"pyhermes==0.3.0",
"statsd==3.2.1",
"django-redis-sessions==0.5.6",
"django-redis-cache==2.0.0",
"hiredis==1.0.0",
# openstack,
"python-keystoneclient",
"python-novaclient==3.2.0",
Expand Down Expand Up @@ -119,9 +122,6 @@ test = [

prod = [
"gunicorn",
"django-redis-sessions==0.5.6",
"django-redis-cache==2.0.0",
"hiredis==1.0.0",
]

docs = [
Expand Down
8 changes: 8 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ django-money==0.12.3
# via ralph (pyproject.toml)
django-mptt==0.11.0
# via ralph (pyproject.toml)
django-redis-cache==2.0.0
# via ralph (pyproject.toml)
django-redis-sessions==0.5.6
# via ralph (pyproject.toml)
django-reversion==3.0.5
# via ralph (pyproject.toml)
django-rq==2.0
Expand Down Expand Up @@ -128,6 +132,8 @@ future==1.0.0
# via lunr
gnureadline==8.2.13
# via cmd2
hiredis==1.0.0
# via ralph (pyproject.toml)
idna==2.7
# via requests
importlib-metadata==8.5.0
Expand Down Expand Up @@ -346,6 +352,8 @@ pyyaml==6.0.2
redis==3.2.1
# via
# ralph (pyproject.toml)
# django-redis-cache
# django-redis-sessions
# django-rq
# rq
referencing==0.35.1
Expand Down
8 changes: 8 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ django-mptt==0.11.0
# via ralph (pyproject.toml)
django-plainpasswordhasher==0.3
# via ralph (pyproject.toml)
django-redis-cache==2.0.0
# via ralph (pyproject.toml)
django-redis-sessions==0.5.6
# via ralph (pyproject.toml)
django-reversion==3.0.5
# via ralph (pyproject.toml)
django-rq==2.0
Expand Down Expand Up @@ -175,6 +179,8 @@ gnureadline==8.2.13
# via cmd2
gprof2dot==2024.6.6
# via django-silk
hiredis==1.0.0
# via ralph (pyproject.toml)
idna==2.7
# via requests
imagesize==1.4.1
Expand Down Expand Up @@ -416,6 +422,8 @@ pyyaml==6.0.2
redis==3.2.1
# via
# ralph (pyproject.toml)
# django-redis-cache
# django-redis-sessions
# django-rq
# rq
referencing==0.35.1
Expand Down

0 comments on commit 8bd3c03

Please sign in to comment.