feat: Add initial CSV export of people

This commit is contained in:
James Graham
2020-03-27 11:15:26 +00:00
parent b2fd9eeaf9
commit 9f493a53e4
2 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ django-picklefield==2.1.1
django-select2==7.2.0
django-settings-export==1.2.1
djangorestframework==3.11.0
djangorestframework-csv==2.1.0
dodgy==0.2.1
isort==4.3.21
lazy-object-proxy==1.4.3
@@ -38,4 +39,5 @@ snowballstemmer==2.0.0
soupsieve==1.9.5
sqlparse==0.3.0
typed-ast==1.4.1
unicodecsv==0.14.1
wrapt==1.11.2