From 0957977a439d0ca8f33cf6b3c7f2457b0bbf7cd6 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 9 Oct 2017 15:04:39 -0400 Subject: Delete all of the old migrations, remove redundant contact model and add a script for adding fake data --- app/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/requirements.txt') diff --git a/app/requirements.txt b/app/requirements.txt index 36aac5a..22bd1be 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,9 @@ Django==1.11.5 django-auditlog==0.4.3 django-jsonfield==1.0.1 +Faker==0.8.4 +pyaml==17.10.0 python-dateutil==2.6.1 pytz==2017.2 +PyYAML==3.12 six==1.10.0 -- cgit v1.2.3