blob: d87f3d6b35fe12660df5ef3f8877f1ce9dab7460 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# 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==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
wheel==0.38.4
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
|