Update Django and gvacommon dependencies
This commit updates the Django dependency version to 1.9.2 and gvacommon to 0.3.0 that provides gvacommon.settings_utils.get_env_variable. The gnuviechadmin.settings.base module now uses this implementation instead of an own copy and the corresponding test has been removed too.
This commit is contained in:
parent
6c606034b3
commit
3c5d02776a
3 changed files with 3 additions and 44 deletions
|
@ -1,4 +1,4 @@
|
|||
Django==1.9.1
|
||||
Django==1.9.2
|
||||
curtsies==0.1.21
|
||||
bpython==0.14.2
|
||||
django-braces==1.8.1
|
||||
|
@ -18,5 +18,5 @@ python-openid==2.2.5
|
|||
requests==2.9.1
|
||||
requests-oauthlib==0.6.0
|
||||
simplejson==3.8.1
|
||||
-e git+https://git.gnuviech-server.de/gvacommon.git@0.2.1#egg=gvacommon
|
||||
-e git+https://git.gnuviech-server.de/gvacommon.git@0.3.0#egg=gvacommon
|
||||
redis==2.10.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue