Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Add 'six' to 'install_requires' in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishbah committed Sep 28, 2014
1 parent 2e9d0a6 commit d5f993f
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
Expand Up @@ -37,6 +37,7 @@
include_package_data=True,
install_requires=[
'django-appconf',
'six',
],
license='BSD',
zip_safe=False,
Expand All @@ -53,4 +54,4 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
],
)
)

0 comments on commit d5f993f

Please sign in to comment.