diff options
author | Philip Sargent (oconee) <philip.sargent@gmail.com> | 2022-10-27 16:29:11 +0100 |
---|---|---|
committer | Philip Sargent (oconee) <philip.sargent@gmail.com> | 2022-10-27 16:29:11 +0100 |
commit | 73e57a19df7f776d8dfe89a87576d9597810b1fe (patch) | |
tree | 4f5099455e988f3751024c4c31e6094c6f3b76be /requirements.txt | |
parent | 275ce87e30a805ecccc97efd3dd2b90a867b1bbb (diff) | |
download | troggle-73e57a19df7f776d8dfe89a87576d9597810b1fe.tar.gz troggle-73e57a19df7f776d8dfe89a87576d9597810b1fe.tar.bz2 troggle-73e57a19df7f776d8dfe89a87576d9597810b1fe.zip |
fixes for WSL1 on new machine
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index b05fda2..eef9532 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,15 @@ -asgiref==3.5.0 +asgiref==3.5.2 confusable-homoglyphs==3.2.0 coverage==6.4 Django==3.2 docutils==0.18 -gunicorn==20.1.0 mariadb==1.0.11 mysql-connector-python==8.0.29 mysqlclient==2.1.0 -Pillow==9.1.0 +Pillow==9.2.0 protobuf==4.21.2 -pytz==2022.1 +pytz==2022.5 reportlab==3.6.0 sqlparse==0.4.0 typing_extensions==4.2.0 -Unidecode==1.3.0 +Unidecode==1.3.6 |