]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: require specific versions of dependencies, both at run-time (if pkg_resources...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 00:24:33 +0000 (17:24 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 00:24:33 +0000 (17:24 -0700)
commit348eecd615379965c60950335492f5d3ed2a16c4
tree3bd412cd92b88facdfd62a7ec19b384390bb5622
parent8fc26ea4c41c3d1d84a18548acce9653c4b15804
setup: require specific versions of dependencies, both at run-time (if pkg_resources is available) and at build-time, and make there be only once place where we specify those versions
Using pkg_resources.require() like this also apparently allows people to install multiple different versions of packages on their system and tahoe (if pkg_resources is available to it) will import the version of the package that it requires.  I haven't tested this feature.
Makefile
_auto_deps.py [new file with mode: 0644]
setup.py
src/allmydata/__init__.py