From 6399ddce69a71f87a2e164a2b6e77a2f105f4741 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 22 Jun 2015 17:09:30 +0530 Subject: - Install script: Add subcommands - Install script: Add code server launcher - Add requirements.txt - Edit README to fix changes/errors - Remove jquery v1.11.3 and add v1.4.2 - Edit initial_data.json --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d4328cc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +django==1.6, +mysql-python==1.2.5, +django-taggit==0.12.2, \ No newline at end of file -- cgit