Skip to content

Commit

Permalink
add requirements.txt, rename tests-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbellini committed Nov 7, 2023
1 parent bbd436b commit ac49d90
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ USER airflow
RUN pip install --no-cache-dir --user 'apache-airflow[microsoft.mssql,google_auth]'

# Copy and install requirements.txt
COPY requirements.txt /
RUN pip install --no-cache-dir -r /requirements.txt
COPY tests-requirements.txt /
RUN pip install --no-cache-dir -r /tests-requirements.txt
11 changes: 2 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
s3fs==2023.1.0
ipdb==0.13.11
pytest==7.2.1
mock==5.0.1
pytest-mock==3.10.0
unidecode==1.2.0
xlrd==1.2.0
ijson==3.0.4
openpyxl==3.0.7
pandas==1.5.2,<2
unidecode==1.2.0
9 changes: 9 additions & 0 deletions tests-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
s3fs==2023.1.0
ipdb==0.13.11
pytest==7.2.1
mock==5.0.1
pytest-mock==3.10.0
unidecode==1.2.0
xlrd==1.2.0
ijson==3.0.4
openpyxl==3.0.7

0 comments on commit ac49d90

Please sign in to comment.