-
Notifications
You must be signed in to change notification settings - Fork 508
/
requirements-dev.txt
110 lines (110 loc) · 2.02 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements-dev.in
#
asttokens==2.4.1
# via
# devtools
# stack-data
attrs==22.1.0
# via -r requirements-dev.in
black==24.10.0
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via
# -r requirements-dev.in
# black
coverage==7.6.4
# via -r requirements-dev.in
decorator==5.1.1
# via ipython
devtools==0.12.2
# via -r requirements-dev.in
distlib==0.3.9
# via virtualenv
executing==2.1.0
# via
# devtools
# stack-data
factory-boy==3.3.1
# via -r requirements-dev.in
faker==30.8.2
# via
# -r requirements-dev.in
# factory-boy
filelock==3.16.1
# via virtualenv
identify==2.6.1
# via pre-commit
iniconfig==2.0.0
# via pytest
ipython==8.29.0
# via -r requirements-dev.in
jedi==0.19.1
# via ipython
matplotlib-inline==0.1.7
# via ipython
mypy-extensions==1.0.0
# via black
nodeenv==1.9.1
# via pre-commit
packaging==24.2
# via
# black
# pytest
parso==0.8.4
# via jedi
pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
platformdirs==4.3.6
# via
# black
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==4.0.1
# via -r requirements-dev.in
prompt-toolkit==3.0.48
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pygments==2.18.0
# via
# devtools
# ipython
pytest==7.4.4
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via faker
pyyaml==6.0.2
# via pre-commit
ruff==0.7.3
# via -r requirements-dev.in
six==1.16.0
# via
# asttokens
# python-dateutil
stack-data==0.6.3
# via ipython
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
typing-extensions==4.12.2
# via
# faker
# ipython
virtualenv==20.27.1
# via pre-commit
vulture==2.13
# via -r requirements-dev.in
wcwidth==0.2.13
# via prompt-toolkit