Skip to content

Commit 7aba213

Browse files
committed
revert wrongly deleted file
1 parent 4bfb3a7 commit 7aba213

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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+
#
7+
appdirs==1.4.4
8+
# via black
9+
black==20.8b1
10+
# via -r requirements/_tools.in
11+
bump2version==1.0.1
12+
# via -r requirements/_tools.in
13+
click==8.0.3
14+
# via
15+
# black
16+
# 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
27+
mypy-extensions==0.4.3
28+
# via black
29+
pathspec==0.9.0
30+
# via black
31+
pep517==0.12.0
32+
# via pip-tools
33+
pip==24.3.1
34+
# via pip-tools
35+
pip-tools==6.4.0
36+
# via -r requirements/_tools.in
37+
pyyaml==5.4
38+
# via
39+
# -c requirements/_base.txt
40+
# -c requirements/_test.txt
41+
# watchdog
42+
regex==2022.1.18
43+
# via black
44+
toml==0.10.2
45+
# via
46+
# -c requirements/_test.txt
47+
# black
48+
tomli==1.2.3
49+
# via pep517
50+
typed-ast==1.4.1
51+
# via
52+
# -c requirements/_test.txt
53+
# black
54+
typing-extensions==4.0.1
55+
# via black
56+
watchdog==2.1.6
57+
# via -r requirements/_tools.in
58+
wheel==0.37.1
59+
# via pip-tools
60+
zipp==3.4.0
61+
# via
62+
# -c requirements/_test.txt
63+
# importlib-metadata
64+
# pep517
65+
66+
# The following packages are considered to be unsafe in a requirements file:
67+
# pip
68+
# setuptools

0 commit comments

Comments
 (0)