Skip to content

Commit

Permalink
python3: Missing requirements files on update.json
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco authored and microhobby committed Jul 4, 2024
1 parent 497284c commit 65e64a3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions python3Console/.conf/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
{
"source": ".vscode/launch.json",
"target": ".vscode/launch.json"
},
{
"source": "requirements-local.txt",
"target": "requirements-local.txt"
},
{
"source": "requirements-debug.txt",
"target": "requirements-debug.txt"
},
{
"source": "requirements-release.txt",
"target": "requirements-release.txt"
}
]
12 changes: 12 additions & 0 deletions python3Pyside2QML/.conf/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
{
"source": ".vscode/launch.json",
"target": ".vscode/launch.json"
},
{
"source": "requirements-local.txt",
"target": "requirements-local.txt"
},
{
"source": "requirements-debug.txt",
"target": "requirements-debug.txt"
},
{
"source": "requirements-release.txt",
"target": "requirements-release.txt"
}
]

0 comments on commit 65e64a3

Please sign in to comment.