diff options
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 |
