Skip to content

Commit

Permalink
fix: Add numpy to INSTALL_REQUIRES
Browse files Browse the repository at this point in the history
  • Loading branch information
mashu3 committed Apr 22, 2023
1 parent aaf6acd commit b0940f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from setuptools import setup, find_packages

VERSION = "0.1.0"
VERSION = "0.1.1"

INSTALL_REQUIRES = (
"numpy",
"img2pdf",
"Pillow",
"pikepdf",
Expand Down

0 comments on commit b0940f2

Please sign in to comment.