Skip to content

Commit 8723a50

Browse files
committed
Update requirements files
1 parent 9e59a0a commit 8723a50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
awscli>=1.18.0,<2.0.0
12
black~=19.3b0
23
pylint~=2.5.2
34
flake8~=3.7.9
@@ -6,11 +7,10 @@ isort~=4.3.21
67
pydocstyle~=5.0.2
78
doc8~=0.8.0
89
tox~=3.15.0
9-
pytest~=5.4.1
10+
pytest~=5.4.2
1011
pytest-cov~=2.8.1
1112
pytest-xdist~=1.32.0
1213
scikit-learn~=0.22.1
13-
awscli>=1.18.0
1414
cfn-lint~=0.30.1
1515
cfn-flip~=1.2.3
1616
twine~=3.1.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
boto3>=1.12.0
2-
botocore>=1.15.0
1+
boto3>=1.12.0,<2.0.0
2+
botocore>=1.15.0,<2.0.0
33
numpy~=1.18.0
44
pandas~=1.0.0
55
pyarrow~=0.17.0

0 commit comments

Comments
 (0)