mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
update ipython to 3.2.1 and django-allauth to 0.22.0
This commit is contained in:
parent
c715524a05
commit
dca0a016cf
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ sh
|
|||
# Debugging
|
||||
# -------------------------------------
|
||||
ipdb==0.8.1
|
||||
ipython==3.2.0
|
||||
ipython==3.2.1
|
||||
|
||||
# Testing
|
||||
# -------------------------------------
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Pillow==2.9.0
|
|||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
django-allauth==0.21.0
|
||||
django-allauth==0.22.0
|
||||
|
||||
# For the persistence stores
|
||||
psycopg2==2.6.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue