Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbellini committed Apr 16, 2024
1 parent 046c8e8 commit 606b422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
13 changes: 5 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ RUN apt-get update \
build-essential \
unixodbc-dev \
libpq-dev \
freetds-dev \
freetds-bin \
vim \
unzip \
git \
Expand Down Expand Up @@ -55,14 +53,13 @@ RUN pip uninstall -y -r requirements-uninstall.txt && \
pip install --no-cache-dir -r \
https://raw.githubusercontent.com/gestaogovbr/Ro-dou/main/requirements.txt && \
pip install --no-cache-dir \
apache-airflow-providers-jdbc==4.2.2 \
apache-airflow-providers-microsoft-mssql==3.6.1 \
apache-airflow-providers-samba==4.5.0 \
apache-airflow-providers-odbc==4.4.1 \
apache-airflow-providers-docker==3.9.1 \
apache-airflow-providers-common-sql==1.11.1 \
apache-airflow-providers-samba==4.6.0 \
apache-airflow-providers-odbc==4.5.0 \
apache-airflow-providers-docker==3.10.0 \
apache-airflow-providers-common-sql==1.12.0 \
apache-airflow-providers-telegram==4.4.0 \
acryl-datahub-airflow-plugin==0.13.1.2 && \
acryl-datahub-airflow-plugin[plugin-v2] && \
pip install --no-cache-dir -r requirements-cdata-dags.txt

ARG dev_build="false"
Expand Down
9 changes: 3 additions & 6 deletions requirements-cdata-dags.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# airflow-dags
ctds==1.12.0
tqdm==4.60.0
py-trello==0.17.1
frictionless==5.11.1
great-expectations==0.18.9
typing_extensions==4.11.0
openpyxl==3.0.7
Office365-REST-Python-Client==2.3.14
geopandas==0.12.2
pandas==1.5.2,<2

# airflow-dags-delog
# tqdm==4.60.0
unidecode==1.2.0

# airflow-dags-detru
# None

# airflow-commons
# great-expectations==0.17.2
# great-expectations==0.18.9

0 comments on commit 606b422

Please sign in to comment.