Skip to content

Commit

Permalink
#16 Merge pull request from deshima-dev/astropenguin/issue14
Browse files Browse the repository at this point in the history
Update project dependencies
  • Loading branch information
astropenguin authored Jul 3, 2024
2 parents 3838849 + b11b4a7 commit d2915d0
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 122 deletions.
12 changes: 8 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "kidanalysis-delft",
"image": "python:3.11",
"runArgs": [
"--name=kidanalysis-delft"
],
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:2": {
"version": "1.8.3"
}
},
"containerEnv": {
"POETRY_VIRTUALENVS_CREATE": "false"
},
"onCreateCommand": "pip install poetry==1.8.3",
"runArgs": [
"--name=kidanalysis-delft"
],
"postCreateCommand": "poetry install",
"customizations": {
"vscode": {
Expand Down
Loading

0 comments on commit d2915d0

Please sign in to comment.