diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-09 15:04:39 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-09 15:04:39 -0400 |
| commit | 0957977a439d0ca8f33cf6b3c7f2457b0bbf7cd6 (patch) | |
| tree | afcc1bb42d72e34cb64e9564d68be4576e33e24c /app/requirements.txt | |
| parent | 9f0a825ba66a37428efb178e2c6753c1373e9774 (diff) | |
| download | dispatch-tracker-0957977a439d0ca8f33cf6b3c7f2457b0bbf7cd6.tar.gz dispatch-tracker-0957977a439d0ca8f33cf6b3c7f2457b0bbf7cd6.tar.xz | |
Delete all of the old migrations, remove redundant contact model and add a script for adding fake data
Diffstat (limited to 'app/requirements.txt')
| -rw-r--r-- | app/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
