Skip to content

Commit

Permalink
Merge pull request #30 from bersace/droptip
Browse files Browse the repository at this point in the history
Drop pandoc-latex-tip
  • Loading branch information
bersace committed Feb 14, 2018
2 parents 5f97c54 + b4f082a commit 1313bbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ RUN fetch-pandoc.sh ${PANDOC_VERSION} ./cache/pandoc.deb && \
# Pandoc filters
#
ADD requirements.txt ./
# Pillow must be installed first. When installed as a dependency from setup.py,
# Pillow is rebuilt. However, installed explicitly first, Pillow is properly
# installed from wheel saving a lot of build dependencies.
RUN pip3 --no-cache-dir install --find-links file://${PWD}/cache Pillow
RUN pip3 --no-cache-dir install --find-links file://${PWD}/cache -r requirements.txt

VOLUME /pandoc
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
Pillow
panflute
pandocfilters
pandoc-latex-admonition
pandoc-latex-environment
pandoc-latex-barcode
pandoc-latex-levelup
pandoc-latex-tip
pandoc-dalibo-guidelines
icon_font_to_png
pypdf2
pandoc-minted
pygments

0 comments on commit 1313bbc

Please sign in to comment.