File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Dependencies used by CI on github.com/plotly/dash
2
2
black==22.3.0
3
- click==8.1.2
4
3
dash-flow-example==0.0.5
5
4
dash-dangerously-set-inner-html
6
5
flake8==3.9.2
7
6
flaky==3.7.0
8
- flask-talisman==0.8.1
7
+ flask-talisman==1.0.0
9
8
isort==4.3.21;python_version<"3.7"
10
9
mimesis
11
10
mock==4.0.3
12
11
numpy
13
12
orjson==3.5.4;python_version<"3.7"
14
- orjson==3.6.3 ;python_version>="3.7"
13
+ orjson==3.6.7 ;python_version>="3.7"
15
14
openpyxl;python_version>="3.8"
16
15
pandas>=1.4.0;python_version>="3.8"
17
16
pandas==1.1.5;python_version<"3.8"
18
17
preconditions
19
18
pyarrow<3;python_version<"3.7"
20
19
pyarrow;python_version>="3.7"
21
- pylint==2.10.2
22
- pytest-mock==3.2.0
20
+ pylint==2.13.5
21
+ pytest-mock
23
22
pytest-sugar==0.9.4
24
23
xlrd>=2.0.1;python_version>="3.8"
25
24
xlrd<2;python_version<"3.8"
You can’t perform that action at this time.
0 commit comments