Skip to content

Commit

Permalink
Remove note about the previous method of pinning down some of the
Browse files Browse the repository at this point in the history
dependencies.
  • Loading branch information
janwijbrand committed Oct 10, 2007
1 parent c12d3cf commit d3a4b21
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
from setuptools import setup, find_packages
import os

# some of the dependencies containing C code have been hardcoded to
# make sure we only depend on versions for which there is a windows
# binary. In some cases this means we rely on an earlier version than the
# latest/greatest version as no Windows binary has been released for it yet.
# in some cases we also need to do this for non-binary dependencies, as
# more recent versions rely on versions for which no binary eggs exist.

def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

Expand Down

0 comments on commit d3a4b21

Please sign in to comment.