diff --git a/qml/login.qml b/qml/login.qml index 65fd8af..f0ee51d 100644 --- a/qml/login.qml +++ b/qml/login.qml @@ -114,7 +114,6 @@ ApplicationWindow { TextField { id: loginField Layout.preferredWidth: 300 - text: qsTr("seller_buyer@mail.test") selectByMouse: true placeholderText: qsTr("Email") focus: true @@ -124,7 +123,6 @@ ApplicationWindow { TextField { id: passwordField Layout.preferredWidth: 300 - text: qsTr("") selectByMouse: true placeholderText: qsTr("Mot de passe") echoMode: TextInput.Password diff --git a/requirements.txt b/requirements.txt index 13db0a4..2cdd2e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,13 +5,13 @@ openpyxl==3.1.3 envsubst==0.1.5 nose2==0.11.0 Pillow==9.5.0 -python-rest-client-codegen==1.3.9.post269+git.a8a9792b -lcdp-api==1.9.1.post80+git.92b8466d -urllib3==2.2.1 +python-rest-client-codegen==1.4.0 +lcdp-api==1.10.1 +urllib3==2.2.3 python-dateutil==2.8.2 six==1.16.0 requests==2.31.0 backoff==2.2.1 -pydantic==2.9.1 +pydantic==2.9.2 tablib[xlsx]==3.6.1 flatten-json==0.1.14 \ No newline at end of file