Skip to content

Commit

Permalink
Merge pull request #49 from tuffnatty/python27future
Browse files Browse the repository at this point in the history
Fixed python 2.7 support
  • Loading branch information
versae committed May 12, 2016
2 parents 18967ab + 8c1d8c6 commit 8181f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ def find_version(*parts):
zip_safe=False,
packages=find_packages(),
include_package_data=True,
install_requires=['django-picklefield'],
install_requires=['future', 'django-picklefield'],
)

0 comments on commit 8181f5b

Please sign in to comment.