Skip to content

Instantly share code, notes, and snippets.

@iwillig
Created August 19, 2010 15:14
Show Gist options
  • Save iwillig/538102 to your computer and use it in GitHub Desktop.
Save iwillig/538102 to your computer and use it in GitHub Desktop.
diff --git a/setup.py b/setup.py
index f0a4673..846ccd0 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(
"setuptools",
"setuptools-git",
"pytz",
- "Django",
+ "Django==1.1",
],
long_description="\n\n".join(
(open("README.txt").read(), open("CHANGES.txt").read())),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment