File tree Expand file tree Collapse file tree 2 files changed +22
-23
lines changed Expand file tree Collapse file tree 2 files changed +22
-23
lines changed Original file line number Diff line number Diff line change 1
1
dash_flow_example==0.0.5
2
2
dash-dangerously-set-inner-html
3
- isort==4.3.21
4
- mock==4.0.1;python_version>="3.0"
3
+ mock==4.0.3;python_version>="3.0"
5
4
mock==3.0.5;python_version=="2.7"
6
- flake8==3.7.9
7
- PyYAML==5.3
8
- pylint==1.9.4 ;python_version<"3.7"
9
- pylint==2.3.1 ;python_version= ="3.7"
10
- astroid==2.2.5 ;python_version= ="3.7"
5
+ flake8==3.8.4
6
+ PyYAML==5.3.1
7
+ pylint==1.9.5 ;python_version<"3.7"
8
+ pylint==2.6.0 ;python_version> ="3.7"
9
+ astroid==2.4.2 ;python_version> ="3.7"
11
10
black==19.10b0;python_version>="3.0"
12
- virtualenv==20.0.10;python_version=="2.7"
13
- fire==0.2.1
14
- coloredlogs==14.0
11
+ virtualenv==20.2.2;python_version=="2.7"
12
+ fire==0.3.1
13
+ coloredlogs==15.0
14
+ flask-talisman==0.7.0
Original file line number Diff line number Diff line change 1
- pytest==6.0.1;python_version>="3.0"
2
- pytest==4.6.9;python_version=="2.7"
3
- pytest-sugar==0.9.4
4
- pytest-mock==3.2.0;python_version>="3.0"
5
- pytest-mock==2.0.0;python_version=="2.7"
6
- lxml==4.6.1
7
- selenium==3.141.0
8
- percy==2.0.2
9
- cryptography==3.0
10
- requests[security]==2.21.0
11
- beautifulsoup4==4.8.2
12
- waitress==1.4.3
13
- flask-talisman==0.7.0
1
+ pytest>=6.0.2;python_version>="3.0"
2
+ pytest>=4.6,<5;python_version=="2.7"
3
+ pytest-sugar>=0.9.4
4
+ pytest-mock>=3.2.0;python_version>="3.0"
5
+ pytest-mock>=2.0.0,<3;python_version=="2.7"
6
+ lxml>=4.6.2
7
+ selenium>=3.141.0
8
+ percy>=2.0.2
9
+ requests[security]>=2.21.0
10
+ beautifulsoup4>=4.8.2,<=4.9.3;python_version=="2.7"
11
+ beautifulsoup4>=4.8.2;python_version>="3.0"
12
+ waitress>=1.4.4
You can’t perform that action at this time.
0 commit comments