Update .gitignore, require allauth

This commit is contained in:
Tomas Gavenciak 2015-03-07 12:19:09 +01:00
parent f409521498
commit 734a07be05
2 changed files with 14 additions and 0 deletions

8
.gitignore vendored
View file

@ -1,3 +1,11 @@
bin/
include/
lib/
local/
share/
virtualenv/
pip-selfcheck.json
/static /static
/media /media
*.pyc *.pyc

View file

@ -4,6 +4,12 @@ django-mptt==0.6.1
django-reversion==1.8.5 django-reversion==1.8.5
django-sekizai==0.8.1 django-sekizai==0.8.1
django-allauth==0.19.1
oauthlib==0.7.2
python-openid==2.2.5
requests==2.5.3
requests-oauthlib==0.4.2
html5lib==0.999 html5lib==0.999
ipython==3.0.0 ipython==3.0.0
Pillow==2.7.0 Pillow==2.7.0