Skip to content

Commit

Permalink
Added colorama library
Browse files Browse the repository at this point in the history
Added colorama library in all setup.py files
  • Loading branch information
NaveenKinnal committed Feb 24, 2023
1 parent 064b472 commit 76e7d37
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6,186 deletions.
2,232 changes: 0 additions & 2,232 deletions components/lab-job-scheduler/backend/Pipfile.lock

This file was deleted.

3 changes: 2 additions & 1 deletion components/lab-job-scheduler/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"mypy",
"black",
"pydocstyle",
"isort==5.11.4",
"isort",
"colorama",
"lazydocs",
"locust",
# Test profiling
Expand Down
1,940 changes: 0 additions & 1,940 deletions components/lab-mlflow-manager/backend/Pipfile.lock

This file was deleted.

3 changes: 2 additions & 1 deletion components/lab-mlflow-manager/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"mypy",
"black",
"pydocstyle",
"isort==5.11.4",
"isort",
"colorama",
"lazydocs",
"locust",
# Test profiling
Expand Down
2,011 changes: 0 additions & 2,011 deletions components/template/backend/Pipfile.lock

This file was deleted.

3 changes: 2 additions & 1 deletion components/template/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"mypy",
"black",
"pydocstyle",
"isort==5.11.4",
"isort",
"colorama",
"lazydocs",
"locust",
# Test profiling
Expand Down

0 comments on commit 76e7d37

Please sign in to comment.