mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 14:51:51 +00:00
24 lines
530 B
Plaintext
Executable File
24 lines
530 B
Plaintext
Executable File
#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
|