Skip to content

Commit

Permalink
LDS-3814: update requirements versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lcdp committed Nov 5, 2024
1 parent 2e04609 commit a740440
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions qml/login.qml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ ApplicationWindow {
TextField {
id: loginField
Layout.preferredWidth: 300
text: qsTr("[email protected]")
selectByMouse: true
placeholderText: qsTr("Email")
focus: true
Expand All @@ -124,7 +123,6 @@ ApplicationWindow {
TextField {
id: passwordField
Layout.preferredWidth: 300
text: qsTr("")
selectByMouse: true
placeholderText: qsTr("Mot de passe")
echoMode: TextInput.Password
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a740440

Please sign in to comment.