Update .gitignore, require allauth
This commit is contained in:
parent
f409521498
commit
734a07be05
2 changed files with 14 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,3 +1,11 @@
|
|||
bin/
|
||||
include/
|
||||
lib/
|
||||
local/
|
||||
share/
|
||||
virtualenv/
|
||||
pip-selfcheck.json
|
||||
|
||||
/static
|
||||
/media
|
||||
*.pyc
|
||||
|
|
|
@ -4,6 +4,12 @@ django-mptt==0.6.1
|
|||
django-reversion==1.8.5
|
||||
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
|
||||
ipython==3.0.0
|
||||
Pillow==2.7.0
|
||||
|
|
Loading…
Reference in a new issue