-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathrequirements_dev.txt
111 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
111
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
#
asttokens==2.2.0
# via stack-data
backcall==0.2.0
# via ipython
black==22.10.0
# via -r requirements_dev.in
build==0.9.0
# via pip-tools
bump2version==1.0.1
# via -r requirements_dev.in
click==8.1.3
# via
# black
# pip-tools
decorator==5.1.1
# via ipython
distlib==0.3.6
# via virtualenv
executing==1.2.0
# via stack-data
filelock==3.8.0
# via
# tox
# virtualenv
flake8==6.0.0
# via -r requirements_dev.in
ipython==8.10.0
# via -r requirements_dev.in
jedi==0.18.2
# via ipython
matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via flake8
mypy==0.991
# via -r requirements_dev.in
mypy-extensions==0.4.3
# via
# black
# mypy
packaging==21.3
# via
# -r requirements_dev.in
# build
# tox
parso==0.8.3
# via jedi
pathspec==0.10.2
# via black
pep517==0.13.0
# via build
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.11.0
# via -r requirements_dev.in
platformdirs==2.5.4
# via
# black
# virtualenv
pluggy==1.0.0
# via tox
prompt-toolkit==3.0.33
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via tox
pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via
# -r requirements_dev.in
# flake8
pygments==2.13.0
# via ipython
pyparsing==3.0.9
# via
# -r requirements_dev.in
# packaging
six==1.16.0
# via tox
stack-data==0.6.2
# via ipython
tox==3.27.1
# via -r requirements_dev.in
traitlets==5.6.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.4.0
# via mypy
virtualenv==20.17.0
# via tox
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.38.4
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools