We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d044a commit 43aac5aCopy full SHA for 43aac5a
requirements-dev.txt
@@ -10,7 +10,7 @@ pytest==6.1.2
10
pytest-cov==2.10.1
11
pytest-xdist==2.1.0
12
pytest-timeout==1.4.2
13
-cfn-lint~=0.42.0
+cfn-lint~=0.43.0
14
pydot~=1.4.1
15
cfn-flip==1.2.3
16
twine==3.2.0
requirements.txt
@@ -1,9 +1,8 @@
1
boto3>=1.12.49,<2.0.0
2
botocore>=1.15.49,<2.0.0
3
numpy>=1.18.0,<1.20.0
4
-pymysql>=0.9.0,<0.11.0
5
-sqlalchemy-redshift>=0.7.0,<0.9.0
6
pandas>=1.1.0,<1.2.0
7
-SQLAlchemy~=1.3.10
8
pyarrow~=2.0.0
9
-psycopg2-binary~=2.8.0
+redshift-connector~=2.0.711
+pymysql>=0.9.0,<0.11.0
+pg8000~=1.16.6
0 commit comments