Skip to content

Commit

Permalink
Add flask with fork, django-allauth fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 15, 2015
1 parent 3abbba1 commit 0b56351
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .vcspull.yaml
Expand Up @@ -395,11 +395,14 @@
repo: 'git+https://github.com/django/django.git'
remotes:
tony: 'git+ssh://git@github.com/tony/django.git'
django-allauth:
repo: 'git+https://github.com/pennersr/django-allauth.git'
remotes:
tony: 'git+ssh://git@github.com/tony/django-allauth.git'
django-assets: 'git+https://github.com/miracle2k/django-assets.git'
django-taggit: 'git+https://github.com/alex/django-taggit.git'
django-basic-apps: 'git+https://github.com/nathanborror/django-basic-apps.git'
django-mptt: 'git+https://github.com/django-mptt/django-mptt.git'
django-allauth: 'git+https://github.com/pennersr/django-allauth.git'
django-cities: 'git+https://github.com/coderholic/django-cities.git'
django-crispy-forms: 'git+https://github.com/maraujop/django-crispy-forms.git'
django-debug-toolbar: 'git+https://github.com/django-debug-toolbar/django-debug-toolbar.git'
Expand All @@ -413,7 +416,10 @@
~/study/flask:
book-explore-flask: 'git+https://github.com/rpicard/explore-flask.git'

flask: 'git+https://github.com/mitsuhiko/flask.git'
flask:
repo: 'git+https://github.com/mitsuhiko/flask.git'
remotes:
tony: 'git+ssh://git@github.com/tony/flask.git'

flask-sqlalchemy: 'git+https://github.com/mitsuhiko/flask-sqlalchemy.git'
flask-admin: 'git+https://github.com/mrjoes/flask-admin.git'
Expand Down

0 comments on commit 0b56351

Please sign in to comment.