diff options
author | Prabhu Ramachandran | 2016-04-13 16:58:00 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2016-04-13 16:58:00 +0530 |
commit | 97bdb23fbacc3e625beb96efdf58431f42604a81 (patch) | |
tree | 06d3cd76a3f38b4ceb8ba7e93d64db12ba9f5b7f /requirements.txt | |
parent | 2dfef7f76cb04b34901650dc9ae0f41ef394d6ba (diff) | |
parent | 523390f284b93e10af35058931b06eed1550700c (diff) | |
download | online_test-97bdb23fbacc3e625beb96efdf58431f42604a81.tar.gz online_test-97bdb23fbacc3e625beb96efdf58431f42604a81.tar.bz2 online_test-97bdb23fbacc3e625beb96efdf58431f42604a81.zip |
Merge pull request #91 from prathamesh920/migration_to_django_1_9
Migration from django 1.6 to django 1.9
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index d4328cc..f717e09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -django==1.6, +django==1.9.5, mysql-python==1.2.5, -django-taggit==0.12.2,
\ No newline at end of file +django-taggit==0.18.1, |