Skip to content

Commit

Permalink
added flake8, black, and isort to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
waseem-polus committed Nov 30, 2023
1 parent a8ab8b7 commit eda33a9
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scrapers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chromedriver-linux64.zip" && \
curl -Lo "/tmp/chrome-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chrome-linux64.zip" && \
unzip /tmp/chromedriver-linux64.zip -d /opt/ && \
unzip /tmp/chrome-linux64.zip -d /opt/
unzip /tmp/chrome-linux64.zip -d /opt/ && \
yup clean all

FROM public.ecr.aws/lambda/python@sha256:f0c3116a56d167eba8021a5d7c595f969835fbe78826303326f80de00d044733
RUN yum install atk cups-libs gtk3 libXcomposite alsa-lib \
Expand Down
3 changes: 3 additions & 0 deletions scrapers/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ typer = "*"
python-dotenv = "*"

[dev-packages]
isort = "*"
black = "*"
flake8 = "*"

[requires]
python_version = "3.11"
112 changes: 110 additions & 2 deletions scrapers/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eda33a9

Please sign in to comment.