]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - setup.py
setup: require the latest version of darcsver
[tahoe-lafs/tahoe-lafs.git] / setup.py
index 027427a06a088fc96dca974aef8a864b879fdfae..9cb68da3963e6c304304387c6c4c6c20f41dbf70 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -131,7 +131,7 @@ setup_requires = []
 # configure it to run darcsver before your command, if you want the version
 # number to be correct when that command runs.
 # http://pypi.python.org/pypi/darcsver
-setup_requires.append('darcsver >= 1.2.0')
+setup_requires.append('darcsver >= 1.7.1')
 
 # Nevow requires Twisted to setup, but doesn't declare that requirement in a
 # way that enables setuptools to satisfy that requirement before Nevow's