Skip to content

Commit

Permalink
fixated PyPDF2 version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Apr 21, 2023
1 parent d52c22f commit 663dcca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"Topic :: Utilities"
],
description="This is render50, with which you can render source code as PDFs.",
install_requires=["backports.shutil_get_terminal_size", "backports.shutil_which", "braceexpand", "beautifulsoup4", "natsort", "Pygments>=2.7.1", "PyPDF2", "requests", "six>=1.10.0", "termcolor", "WeasyPrint"],
install_requires=["backports.shutil_get_terminal_size", "backports.shutil_which", "braceexpand", "beautifulsoup4", "natsort", "Pygments>=2.7.1", "PyPDF2==2.12.1", "requests", "six>=1.10.0", "termcolor", "WeasyPrint"],
keywords=["render", "render50"],
license="GPLv3",
long_description_content_type="text/markdown",
name="render50",
python_requires=">=3.6",
scripts=["render50"],
url="https://github.com/cs50/render50",
version="9.1.1"
version="9.1.2"
)

0 comments on commit 663dcca

Please sign in to comment.