-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrequirements-dev.txt
executable file
·62 lines (62 loc) · 1.21 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
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements-dev.in
#
autoflake==2.2.1
# via -r requirements-dev.in
black==23.11.0
# via -r requirements-dev.in
click==8.1.7
# via black
isort==5.12.0
# via -r requirements-dev.in
libcst==1.1.0
# via no-implicit-optional
mypy==1.8.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
# black
# mypy
# typing-inspect
no-implicit-optional==1.4
# via -r requirements-dev.in
packaging==23.2
# via black
pathspec==0.11.2
# via black
platformdirs==4.0.0
# via black
pyflakes==3.1.0
# via autoflake
pyyaml==6.0.1
# via
# libcst
# type-yaml
tomli==2.0.1
# via
# autoflake
# black
# mypy
type-parse==0.1.1
# via type-yaml
type-yaml==0.3.0
# via -r requirements-dev.in
types-psutil==5.9.5.17
# via -r requirements-dev.in
types-pyyaml==6.0.12.12
# via -r requirements-dev.in
types-requests==2.31.0.10
# via -r requirements-dev.in
typing-extensions==4.8.0
# via
# black
# libcst
# mypy
# typing-inspect
typing-inspect==0.9.0
# via libcst
urllib3==2.1.0
# via types-requests