Skip to content

Commit

Permalink
Merge ff67df2 into 1ebc91c
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenecal committed Jan 3, 2015
2 parents 1ebc91c + ff67df2 commit a68718b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

import os
import re
import re, uuid
import sys

from setuptools import setup, find_packages
Expand Down Expand Up @@ -35,7 +35,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 a68718b

Please sign in to comment.