Skip to content

Commit 43aac5a

Browse files
committed
Update requirements.
1 parent d0d044a commit 43aac5a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pytest==6.1.2
1010
pytest-cov==2.10.1
1111
pytest-xdist==2.1.0
1212
pytest-timeout==1.4.2
13-
cfn-lint~=0.42.0
13+
cfn-lint~=0.43.0
1414
pydot~=1.4.1
1515
cfn-flip==1.2.3
1616
twine==3.2.0

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
boto3>=1.12.49,<2.0.0
22
botocore>=1.15.49,<2.0.0
33
numpy>=1.18.0,<1.20.0
4-
pymysql>=0.9.0,<0.11.0
5-
sqlalchemy-redshift>=0.7.0,<0.9.0
64
pandas>=1.1.0,<1.2.0
7-
SQLAlchemy~=1.3.10
85
pyarrow~=2.0.0
9-
psycopg2-binary~=2.8.0
6+
redshift-connector~=2.0.711
7+
pymysql>=0.9.0,<0.11.0
8+
pg8000~=1.16.6

0 commit comments

Comments
 (0)