diff options
author | Martin Green <martin.speleo@gmail.com> | 2023-07-10 17:42:29 +0200 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2023-07-10 17:42:29 +0200 |
commit | 90a6eaa26d293b0629d64b10a60620846ce79acb (patch) | |
tree | 72fdb219dbc5ac2ff449604b00ca1178f38909f4 | |
parent | 67361fa66c1aa2885ba90b68b9d9181f7a5b981b (diff) | |
download | troggle-90a6eaa26d293b0629d64b10a60620846ce79acb.tar.gz troggle-90a6eaa26d293b0629d64b10a60620846ce79acb.tar.bz2 troggle-90a6eaa26d293b0629d64b10a60620846ce79acb.zip |
Updated requirements to match expo.survex.com
-rwxr-xr-x | requirements.txt | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/requirements.txt b/requirements.txt index 7bc9707..1a5abb1 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,23 @@ -asgiref==3.7 -black==23.3 -click==8.1.3 -coverage==7.2 -Django==4.2 -docutils==0.20 -isort==5.12.0 -mypy-extensions==1.0.0 -packaging==23.0 -pathspec==0.11 -Pillow==10.0 -platformdirs==3.8 -pytz==2023.3 -ruff==0.0.245 -sqlparse==0.4 -Unidecode==1.3.6 -beautifulsoup4==4.12 +#This requirements txt matches the libaries as of 2023-07-09 on expo.survex.com <Debian GNU/Linux 11 (bullseye)> + +#Nb on the server asgiref==3.3.0, however this conflicts with the Django==3.2.12 requirement +asgiref==3.3.2 +Django==3.2.12 +docutils==0.16 +packaging==20.9 +Pillow==8.1.2 +pytz==2021.1 +sqlparse==0.4.1 +Unidecode==1.2.0 +beautifulsoup4==4.9.3 +piexif==1.1.3 + +#Not installed on expo.survex.com +#black==23.3 +#click==8.1.3 +#coverage==7.2 +#isort==5.12.0 +#mypy-extensions==1.0.0 +#pathspec==0.11 +#platformdirs==3.8 +#ruff==0.0.245 |