-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
54 lines (53 loc) · 1.07 KB
/
requirements-dev.txt
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --allow-unsafe --no-emit-trusted-host --output-file=requirements-dev.txt requirements-dev.in
#
autopep8==2.0.0
# via -r requirements-dev.in
build==0.9.0
# via pip-tools
click==8.1.3
# via pip-tools
flake8==6.0.0
# via -r requirements-dev.in
mccabe==0.7.0
# via flake8
mypy==0.991
# via -r requirements-dev.in
mypy-extensions==0.4.3
# via mypy
packaging==21.3
# via build
pep517==0.13.0
# via build
pip-tools==6.11.0
# via -r requirements-dev.in
pycodestyle==2.10.0
# via
# autopep8
# flake8
pyflakes==3.0.1
# via flake8
pyparsing==3.0.9
# via packaging
tomli==2.0.1
# via
# autopep8
# build
# mypy
# pep517
typing-extensions==4.4.0
# via mypy
wheel==0.38.4
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
pip==22.3.1
# via
# -r requirements-dev.in
# pip-tools
setuptools==65.6.3
# via
# -r requirements-dev.in
# pip-tools