update dependencies
- update to Django 1.7.4 - update to bpython 0.13.2 - add explicit dependencies for Pygments and requests - remove unused pyyaml dependency
This commit is contained in:
parent
7f562cffcc
commit
e4a04130e7
3 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :support:`-` update bpython to 0.13.2, add explicit dependency on requests
|
||||
2.5.1
|
||||
* :support:`-` add explicit dependency for Pygments used by Sphinxdoc
|
||||
* :support:`-` remove pyyaml dependency as json is used for message
|
||||
serialization
|
||||
* :support:`-` update to Django version 1.7.4
|
||||
|
||||
* :release:`0.4.0 <2015-01-24>`
|
||||
* :feature:`-` add new task :py:func:`ldaptasks.tasks.set_ldap_user_password`
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
Django==1.7.1
|
||||
Django==1.7.4
|
||||
django-ldapdb==0.3.2
|
||||
bpython==0.13.1
|
||||
bpython==0.13.2
|
||||
django-braces==1.4.0
|
||||
django-model-utils==2.2
|
||||
logutils==0.3.3
|
||||
celery==3.1.17
|
||||
passlib==1.6.2
|
||||
pyaml==14.12.10
|
||||
requests==2.5.1
|
||||
|
|
|
@ -5,3 +5,4 @@ django-debug-toolbar==1.2.2
|
|||
Sphinx==1.2.3
|
||||
sqlparse==0.1.14
|
||||
releases==0.7.0
|
||||
Pygments==2.0.2
|
||||
|
|
Loading…
Reference in a new issue