Skip to content

Commit 9485977

Browse files
committed
revert changes
1 parent 5e9b5d7 commit 9485977

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

services/director/requirements/_tools.txt

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# This file is autogenerated by pip-compile with python 3.6
3+
# To update, run:
4+
#
5+
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
6+
#
17
appdirs==1.4.4
28
# via black
39
black==20.8b1
@@ -8,14 +14,22 @@ click==8.0.3
814
# via
915
# black
1016
# pip-tools
17+
dataclasses==0.7
18+
# via
19+
# -c requirements/_base.txt
20+
# -c requirements/_test.txt
21+
# black
22+
importlib-metadata==2.0.0
23+
# via
24+
# -c requirements/_test.txt
25+
# click
26+
# pep517
1127
mypy-extensions==0.4.3
1228
# via black
1329
pathspec==0.9.0
1430
# via black
1531
pep517==0.12.0
1632
# via pip-tools
17-
pip==24.2
18-
# via pip-tools
1933
pip-tools==6.4.0
2034
# via -r requirements/_tools.in
2135
pyyaml==5.4
@@ -25,8 +39,6 @@ pyyaml==5.4
2539
# watchdog
2640
regex==2022.1.18
2741
# via black
28-
setuptools==75.1.0
29-
# via pip-tools
3042
toml==0.10.2
3143
# via
3244
# -c requirements/_test.txt
@@ -43,3 +55,12 @@ watchdog==2.1.6
4355
# via -r requirements/_tools.in
4456
wheel==0.37.1
4557
# via pip-tools
58+
zipp==3.4.0
59+
# via
60+
# -c requirements/_test.txt
61+
# importlib-metadata
62+
# pep517
63+
64+
# The following packages are considered to be unsafe in a requirements file:
65+
# pip
66+
# setuptools

0 commit comments

Comments
 (0)