diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index aabb68b8..bdf95e4b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,8 @@ }, "extensions": [ "mhutchie.git-graph", - "donjayamanne.jupyter", + "ms-python.python", + "waderyan.gitblame" ], - "postCreateCommand": "pip install tra-analysis" + "postCreateCommand": "apt install vim -y && pip install -r data-analysis/requirements.txt && pip install -r analysis-master/requirements.txt && pip install tra-analysis" } \ No newline at end of file diff --git a/LICENSE b/LICENSE index 87c521aa..9c75239c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2020, Titan Robotics FRC 2022 +Copyright (c) 2020, Titan Scouting All rights reserved. Redistribution and use in source and binary forms, with or without