Skip to content

Commit

Permalink
Fix director-v0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Kaiser committed Oct 25, 2024
1 parent a57b960 commit a23b97c
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions services/director/requirements/_tools.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
#
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
#
appdirs==1.4.4
# via black
black==20.8b1
Expand All @@ -8,14 +14,22 @@ click==8.0.3
# via
# black
# pip-tools
dataclasses==0.7
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# black
importlib-metadata==2.0.0
# via
# -c requirements/_test.txt
# click
# pep517
mypy-extensions==0.4.3
# via black
pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
pip==24.2
# via pip-tools
pip-tools==6.4.0
# via -r requirements/_tools.in
pyyaml==5.4
Expand All @@ -25,8 +39,6 @@ pyyaml==5.4
# watchdog
regex==2022.1.18
# via black
setuptools==75.2.0
# via pip-tools
toml==0.10.2
# via
# -c requirements/_test.txt
Expand All @@ -43,3 +55,12 @@ watchdog==2.1.6
# via -r requirements/_tools.in
wheel==0.37.1
# via pip-tools
zipp==3.4.0
# via
# -c requirements/_test.txt
# importlib-metadata
# pep517

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

0 comments on commit a23b97c

Please sign in to comment.