[Commits] r553 - website
commits at geoext.org
commits at geoext.org
Thu Apr 30 20:49:06 CEST 2009
Author: tschaub
Date: 2009-04-30 20:49:05 +0200 (Thu, 30 Apr 2009)
New Revision: 553
Modified:
website/pavement.py
Log:
Getting specific about what we require.
Modified: website/pavement.py
===================================================================
--- website/pavement.py 2009-04-30 18:10:09 UTC (rev 552)
+++ website/pavement.py 2009-04-30 18:49:05 UTC (rev 553)
@@ -36,7 +36,7 @@
zip_safe=False,
dependency_links=["http://cloud.github.com/downloads/whitmo/jstools/JSTools-0.1.2dev.tar.gz",
"http://svn.repoze.org/repoze.trac/trunk#egg=repoze.trac"],
- install_requires=["sphinx",
+ install_requires=["sphinx>=0.6.1",
"PasteDeploy",
"Paste",
"PasteScript",
More information about the Commits
mailing list