Skip to content

Commit

Permalink
Added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vishreddy01 committed Apr 12, 2024
1 parent 172e212 commit 3887e5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/ods_replication_pg2pg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get update \

ADD *.py .

#COPY requirements.txt requirements.txt
COPY requirements.txt requirements.txt

#RUN pip3 install -r requirements.txt
RUN pip3 install -r requirements.txt

CMD ["python3", "./data_replication_pg2pg.py"]
12 changes: 12 additions & 0 deletions shared/ods_replication_pg2pg/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
oracledb==1.3.1
psycopg2==2.9.6
pandas==2.0.2
openpyxl==3.1.2
configparser==6.0.0
dbt-postgres==1.6.4
PyYAML==6.0
pyodbc==4.0.39
python-dotenv==1.0.0
boto3==1.28.10
requests==2.31.0
XlsxWriter==3.1.2

0 comments on commit 3887e5b

Please sign in to comment.