Skip to content

Commit

Permalink
pin pypdf version to 3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Sep 26, 2023
1 parent c7ad0fa commit 8576ebd
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", "pypdf", "requests", "six>=1.10.0", "termcolor", "WeasyPrint"],
install_requires=["backports.shutil_get_terminal_size", "backports.shutil_which", "braceexpand", "beautifulsoup4", "natsort", "Pygments>=2.7.1", "pypdf==3.15.3", "requests", "six>=1.10.0", "termcolor", "WeasyPrint"],
keywords=["render", "render50"],
license="GPLv3",
long_description_content_type="text/markdown",
name="render50",
python_requires=">=3.9",
scripts=["render50"],
url="https://github.com/cs50/render50",
version="9.2.1"
version="9.2.2"
)

0 comments on commit 8576ebd

Please sign in to comment.