This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
89 lines (89 loc) · 1.7 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements-dev.in
#
beautifulsoup4==4.12.3
# via -r requirements-dev.in
black==24.3.0
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via black
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
# via pytest
filelock==3.15.4
# via virtualenv
flake8==7.0.0
# via
# -r requirements-dev.in
# flake8-pyproject
flake8-pyproject==1.2.3
# via -r requirements-dev.in
identify==2.6.0
# via pre-commit
iniconfig==2.0.0
# via pytest
invoke==2.2.0
# via -r requirements-dev.in
jinja2==3.1.4
# via pytest-html
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
nodeenv==1.9.1
# via pre-commit
packaging==24.1
# via
# black
# pytest
pathspec==0.12.1
# via black
platformdirs==4.2.2
# via
# black
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.7.1
# via -r requirements-dev.in
pycodestyle==2.11.1
# via flake8
pyflakes==3.2.0
# via flake8
pytest==8.2.2
# via
# -r requirements-dev.in
# pytest-env
# pytest-html
# pytest-metadata
# pytest-mock
pytest-env==1.1.3
# via -r requirements-dev.in
pytest-html==4.1.1
# via -r requirements-dev.in
pytest-metadata==3.1.1
# via pytest-html
pytest-mock==3.14.0
# via -r requirements-dev.in
pyyaml==6.0.1
# via pre-commit
soupsieve==2.5
# via beautifulsoup4
tomli==2.0.1
# via
# black
# flake8-pyproject
# pytest
# pytest-env
typing-extensions==4.12.2
# via black
virtualenv==20.26.3
# via pre-commit