Skip to content

Commit cfaecf6

Browse files
committed
Added missing install_requires for dependencies
1 parent f162d86 commit cfaecf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ def read(fname):
7070
keywords="python java marshalling serialization",
7171
packages=["javaobj", "javaobj.v1", "javaobj.v2"],
7272
test_suite="tests.tests",
73+
install_requires=[
74+
'enum34;python_version<="3.4"',
75+
'typing;python_version<="3.4"',
76+
],
7377
long_description=read("README.rst"),
7478
classifiers=[
7579
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)