diff options
author | ankitjavalkar | 2015-06-22 17:09:30 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-08-03 15:23:05 +0530 |
commit | 6399ddce69a71f87a2e164a2b6e77a2f105f4741 (patch) | |
tree | 5ff98f6944189f03e9b8c6b94277497c8ce988db /requirements.txt | |
parent | 3f35f7dd0c79f76518a71f597b96c226d08157fb (diff) | |
download | online_test-6399ddce69a71f87a2e164a2b6e77a2f105f4741.tar.gz online_test-6399ddce69a71f87a2e164a2b6e77a2f105f4741.tar.bz2 online_test-6399ddce69a71f87a2e164a2b6e77a2f105f4741.zip |
- 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
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |