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 f096edf commit 75b4408Copy full SHA for 75b4408
Dockerfile
@@ -15,20 +15,21 @@ ARG PYTHON_DEPS=" \
15
py-trello==0.17.1 \
16
PyPDF2==1.26.0 \
17
frictionless==4.16.6 \
18
- SQLAlchemy==1.3.23 \
+ SQLAlchemy==1.3.24 \
19
google-api-python-client \
20
google-auth-httplib2 \
21
google-auth-oauthlib \
22
- great-expectations==0.13.19 \
23
- airflow-provider-great-expectations==0.0.2 \
+ great-expectations==0.14.11 \
+ airflow-provider-great-expectations==0.1.4 \
24
unidecode==1.2.0 \
25
odfpy==1.4.1 \
26
Markdown==3.3.4 \
27
openpyxl==3.0.7 \
28
pytest==6.2.5 \
29
ckanapi==4.6 \
30
sharepy==1.3.0 \
31
- acryl-datahub[airflow]==0.8.24 \
+ acryl-datahub[airflow]==0.8.29 \
32
+ acryl-datahub[great-expectations]==0.8.29 \
33
"
34
35
USER root
0 commit comments