Skip to content

Commit

Permalink
Added missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Oct 8, 2024
1 parent 752345d commit ae64a35
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-c requirements.txt
supervisor
supervisor
fakeredis
16 changes: 16 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,24 @@
#
# pip-compile dev-requirements.in
#
async-timeout==4.0.3
# via
# -c requirements.txt
# redis
fakeredis==2.25.1
# via -r dev-requirements.in
redis==5.0.4
# via
# -c requirements.txt
# fakeredis
sortedcontainers==2.4.0
# via fakeredis
supervisor==4.2.5
# via -r dev-requirements.in
typing-extensions==4.12.2
# via
# -c requirements.txt
# fakeredis

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit ae64a35

Please sign in to comment.