Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from fecgov/Sprint30
Browse files Browse the repository at this point in the history
Sprint30
  • Loading branch information
rsanchez-s authored Apr 21, 2020
2 parents a483247 + 658d708 commit 4e5c136
Show file tree
Hide file tree
Showing 19 changed files with 70 additions and 48 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ DEBIAN_FRONTEND=nointeractive apt-get update && apt-get install -y apt-utils &&
RUN rm -rf /var/lib/apt/lists/* \
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8

RUN wget --quiet -O wkhtmltopdf.tar.xz "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz" && \
tar -xvf wkhtmltopdf.tar.xz && \
mv wkhtmltox/bin/wkhtmlto* /usr/bin/
RUN wget --quiet -O wkhtmltopdf.tar.xz "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz"
RUN tar -xvf wkhtmltopdf.tar.xz
RUN mv wkhtmltox/bin/wkhtmlto* /usr/bin/

ENV LANG en_US.utf8

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Flask-HTTPAuth==3.2.4
idna==2.7
itsdangerous==0.24
Jinja2==2.10.1
MarkupSafe==1.0
MarkupSafe==1.1.1
passlib==1.7.1
python-json-logger==0.1.9
requests==2.22.0
six==1.11.0
urllib3==1.25.3
Werkzeug==0.15.3
WeasyPrint==47

ipdb==0.12.3
pypdftk==0.4
boto3==1.9.40
botocore==1.12.196
Expand Down
108 changes: 65 additions & 43 deletions routes/src/form3x.py

Large diffs are not rendered by default.

Binary file modified templates/forms/F3X.pdf
Binary file not shown.
Binary file modified templates/forms/SA.pdf
Binary file not shown.
Binary file modified templates/forms/SC.pdf
Binary file not shown.
Binary file modified templates/forms/SC1.pdf
Binary file not shown.
Binary file modified templates/forms/SD.pdf
Binary file not shown.
Binary file modified templates/forms/SE.pdf
Binary file not shown.
Binary file modified templates/forms/SF.pdf
Binary file not shown.
Binary file modified templates/forms/SH1.pdf
Binary file not shown.
Binary file modified templates/forms/SH2.pdf
Binary file not shown.
Binary file modified templates/forms/SH3.pdf
Binary file not shown.
Binary file modified templates/forms/SH4.pdf
Binary file not shown.
Binary file modified templates/forms/SH5.pdf
Binary file not shown.
Binary file modified templates/forms/SH6.pdf
Binary file not shown.
Binary file modified templates/forms/SL-A.pdf
Binary file not shown.
Binary file modified templates/forms/SL-B.pdf
Binary file not shown.
Binary file modified templates/forms/SL.pdf
Binary file not shown.

0 comments on commit 4e5c136

Please sign in to comment.