Skip to content

Commit

Permalink
Merge 64fe559 into 8f29f4c
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrant-fueled committed Jan 27, 2015
2 parents 8f29f4c + 64fe559 commit efe6340
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 @@ -2,6 +2,7 @@
from distutils.core import setup
from pip.req import parse_requirements
from setuptools import find_packages
import uuid

setup(
name='django-versatileimagefield',
Expand All @@ -19,7 +20,7 @@
zip_safe=False,
install_requires=[
str(ir.req)
for ir in parse_requirements('requirements.txt')
for ir in parse_requirements('requirements.txt', session=uuid.uuid1())
],
package_data={
'versatileimagefield': [
Expand Down

0 comments on commit efe6340

Please sign in to comment.