Skip to content

Commit d52afcf

Browse files
committed
added six to dependencies
1 parent 7e8fd05 commit d52afcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ def get_version(*file_paths):
5656
'business_logic',
5757
],
5858
include_package_data=True,
59-
install_requires=[],
59+
install_requires=[
60+
'six'
61+
],
6062
license="MIT",
6163
zip_safe=False,
6264
keywords='python-business-logic',

0 commit comments

Comments
 (0)