Skip to content

Commit efa4e61

Browse files
ambvgsnedders
authored andcommitted
explicitly require six in setup.py
1 parent b4d1968 commit efa4e61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
classifiers=classifiers,
3636
maintainer='James Graham',
3737
maintainer_email='james@hoppipolla.co.uk',
38-
packages=packages
38+
packages=packages,
39+
install_requires=[
40+
'six',
41+
],
3942
)

0 commit comments

Comments
 (0)