mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix requirement issues
This commit is contained in:
parent
5314ab76cb
commit
3014a2d97d
3 changed files with 3 additions and 4 deletions
|
@ -4,8 +4,8 @@ set -eu
|
|||
|
||||
source auto_update_config.sh
|
||||
|
||||
readonly debian_version_name_1="bookworm"
|
||||
readonly debian_version_name_2="bullseye"
|
||||
readonly debian_version_name_1=bullseye
|
||||
readonly debian_version_name_2=bookworm
|
||||
|
||||
get_from_manifest() {
|
||||
result=$(python3 <<EOL
|
||||
|
|
|
@ -29,7 +29,6 @@ netaddr==1.2.1
|
|||
packaging==23.2
|
||||
phonenumbers==8.13.31
|
||||
pillow==10.2.0
|
||||
pkg_resources==0.0.0
|
||||
prometheus_client==0.20.0
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.5.1
|
||||
|
@ -50,7 +49,6 @@ setuptools-rust==1.9.0
|
|||
signedjson==1.1.4
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
tomli==2.0.1
|
||||
treq==23.11.0
|
||||
Twisted==24.3.0
|
||||
typing_extensions==4.10.0
|
||||
|
|
|
@ -49,6 +49,7 @@ setuptools-rust==1.9.0
|
|||
signedjson==1.1.4
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
tomli==2.0.1
|
||||
treq==23.11.0
|
||||
Twisted==24.3.0
|
||||
typing_extensions==4.10.0
|
||||
|
|
Loading…
Reference in a new issue