diff options
author | Wookey <wookey@wookware.org> | 2024-04-21 00:00:21 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2024-04-21 00:00:21 +0100 |
commit | 77fafc378e448f8fce9a479bfb381ad2f4a7a308 (patch) | |
tree | af0511e0ab83efe73989ada145aa32a3058193c5 /requirements.txt | |
parent | af414396d682452303a01d0df70f7a7512c26e32 (diff) | |
download | troggle-77fafc378e448f8fce9a479bfb381ad2f4a7a308.tar.gz troggle-77fafc378e448f8fce9a479bfb381ad2f4a7a308.tar.bz2 troggle-77fafc378e448f8fce9a479bfb381ad2f4a7a308.zip |
Update server requirements for bullseye
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x | requirements.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 94005d7..a497cf9 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,20 @@ +For debian bullseye (10) +python3-django (3.2.12) +tinymce (from where?) +mariadb-server +apache2 +libapache2-mod-wsgi-py3 + + +python3-django-registration ? +Django==1.7 +django-extensions==2.2.9 +django-registration==2.0 +django-tinymce==2.0.1 +six==1.14.0 +Unidecode==1.1.1 python3-unidecode +Pillow==7.1.2 python3-willow + asgiref==3.7.2 attrs==22.2.0 beautifulsoup4==4.12.2 |