2 Commits

2 changed files with 2 additions and 0 deletions

1
.vscode/launch.json vendored
View File

@@ -7,6 +7,7 @@
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/src/judas_server/__main__.py", "program": "${workspaceFolder}/src/judas_server/__main__.py",
"console": "integratedTerminal", "console": "integratedTerminal",
"cwd": "${workspaceFolder}",
"justMyCode": true "justMyCode": true
} }
] ]

View File

@@ -14,6 +14,7 @@ dependencies = [
"flask-login>=0.6.3", "flask-login>=0.6.3",
"flask-socketio>=5.5.1", "flask-socketio>=5.5.1",
"judas-protocol", "judas-protocol",
"pyyaml>=6.0.3",
] ]
license = { text = "GPL-3.0+" } license = { text = "GPL-3.0+" }