diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-10 23:33:11 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-10 23:33:11 -0400 |
| commit | 5369537388a3239f3f19080053fcdab6ad9b95eb (patch) | |
| tree | e629c68fb17527ee3eb441c4dd1945e39d7e032d /app/requirements.txt | |
| parent | 2ec4f69f6f494def901826ad8fdbfb05d2fcfb75 (diff) | |
| download | dispatch-tracker-5369537388a3239f3f19080053fcdab6ad9b95eb.tar.gz dispatch-tracker-5369537388a3239f3f19080053fcdab6ad9b95eb.tar.xz | |
Rip out registration and the audit log for now. Upgrade to Django 3.2
Diffstat (limited to 'app/requirements.txt')
| -rw-r--r-- | app/requirements.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/app/requirements.txt b/app/requirements.txt index 8879a8a..ac816f3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,12 +1,13 @@ +asgiref==3.4.1 confusable-homoglyphs==3.2.0 -Django==2.1.5 -django-auditlog==0.4.5 -django-jsonfield==1.0.1 -django-registration==2.3 -Faker==0.8.4 -psycopg2==2.7.3.2 -pyaml==17.10.0 -python-dateutil==2.6.1 -pytz==2017.2 -PyYAML==3.12 -six==1.10.0 +Django==3.2.8 +django-auditlog==0.4.7 +django-jsonfield==1.4.1 +django-registration==3.2 +Faker==9.2.0 +python-dateutil==2.6.0 +pytz==2021.3 +PyYAML==5.4.1 +six==1.16.0 +sqlparse==0.4.2 +text-unidecode==1.3 |
