Skip to content

Commit e0a9446

Browse files
committed
loosen testing requirements
and clean up some dev vs testing decisions
1 parent cd2ff7c commit e0a9446

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

requires-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
dash_flow_example==0.0.5
22
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"
54
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"
1110
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

requires-testing.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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

0 commit comments

Comments
 (0)