mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-24 08:11:52 +00:00
Updated requirements to match expo.survex.com
This commit is contained in:
parent
67361fa66c
commit
90a6eaa26d
@ -1,17 +1,23 @@
|
|||||||
asgiref==3.7
|
#This requirements txt matches the libaries as of 2023-07-09 on expo.survex.com <Debian GNU/Linux 11 (bullseye)>
|
||||||
black==23.3
|
|
||||||
click==8.1.3
|
#Nb on the server asgiref==3.3.0, however this conflicts with the Django==3.2.12 requirement
|
||||||
coverage==7.2
|
asgiref==3.3.2
|
||||||
Django==4.2
|
Django==3.2.12
|
||||||
docutils==0.20
|
docutils==0.16
|
||||||
isort==5.12.0
|
packaging==20.9
|
||||||
mypy-extensions==1.0.0
|
Pillow==8.1.2
|
||||||
packaging==23.0
|
pytz==2021.1
|
||||||
pathspec==0.11
|
sqlparse==0.4.1
|
||||||
Pillow==10.0
|
Unidecode==1.2.0
|
||||||
platformdirs==3.8
|
beautifulsoup4==4.9.3
|
||||||
pytz==2023.3
|
piexif==1.1.3
|
||||||
ruff==0.0.245
|
|
||||||
sqlparse==0.4
|
#Not installed on expo.survex.com
|
||||||
Unidecode==1.3.6
|
#black==23.3
|
||||||
beautifulsoup4==4.12
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user