blob: 53446f3abe36fca32570205792c5ff3fc7d06a6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/pip-tools.pip requirements/pip-tools.in
#
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
colorama==0.4.6
# via
# build
# click
packaging==23.2
# via
# -c requirements\requirements.pip
# build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
wheel==0.42.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
|