Skip to content

Commit 2c6a4b1

Browse files
authored
Merge pull request #9 from hmallen/add-required-depends-packaging
Update setup.py with packaging module dependency
2 parents 815d266 + 407c6c7 commit 2c6a4b1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
author_email="allenhm@gmail.com",
1111
license="MIT",
1212
packages=["numpyencoder"],
13-
install_requires=["numpy>=1.14.3"],
13+
install_requires=[
14+
"numpy>=1.14.3",
15+
"packaging>=20.0",
16+
],
1417
description="Python JSON encoder for handling Numpy data types.",
1518
long_description=long_description,
1619
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)