Message ID | 20111201131923.24088.53777.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'setup.py' --- setup.py 2011-12-01 03:13:04 +0000 +++ setup.py 2011-12-01 12:34:01 +0000 @@ -37,9 +37,10 @@ "simplejson", "south >= 0.7.3", "twisted", + "versiontools >= 1.8", ], setup_requires=[ - "versiontools >= 1.4", + "versiontools >= 1.8", ], tests_require=[ "django-testscenarios",