Updated requirements to match expo.survex.com

This commit is contained in:
Martin Green 2023-07-10 17:42:29 +02:00
parent 67361fa66c
commit 90a6eaa26d

View File

@ -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