Skip to content

Commit

Permalink
Merge pull request #213 from andreriesco/dev
Browse files Browse the repository at this point in the history
python3: Missing requirements files on update.json
  • Loading branch information
microhobby authored Jul 4, 2024
2 parents f5e0c07 + e6fec31 commit c5642a7
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 c5642a7

Please sign in to comment.