Skip to content

Commit

Permalink
Merge 739abb3 into 1ebc91c
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilRedshift authored and AnilRedshift committed Jan 20, 2015
2 parents 1ebc91c + 739abb3 commit 7d8d768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
.ropeproject/

# Complexity
output/*.html
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import os
import re
import sys
import uuid

from setuptools import setup, find_packages
from pip.req import parse_requirements
Expand Down Expand Up @@ -35,7 +36,7 @@ def find_version(fname):
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
requirements = [
str(requirement.req)
for requirement in parse_requirements('requirements.txt')
for requirement in parse_requirements('requirements.txt', session=uuid.uuid1())
]

setup(
Expand Down

0 comments on commit 7d8d768

Please sign in to comment.