forms: add deform for integration settings forms

This commit is contained in:
Daniel Dourvaris 2016-07-27 11:39:23 +03:00
parent 2671081e89
commit 9dd0674b39
27 changed files with 712 additions and 126 deletions

View file

@ -72,6 +72,7 @@ requirements = [
'celery',
'colander',
'decorator',
'deform',
'docutils',
'gunicorn',
'infrae.cache',