Implement index assignments #22

Merged
Jaculabilis merged 4 commits from tvb/turn-assignment into develop 2021-09-22 15:25:20 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b94a2224c0 - Show all commits

View File

@ -4,5 +4,6 @@ pkgs.mkShell {
buildInputs = [
pkgs.python3
pkgs.poetry
pkgs.sqlite
];
}