diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-container.yml index 60605d35..483a815a 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-container.yml @@ -9,6 +9,7 @@ on: jobs: build-and-test: runs-on: ubuntu-latest + timeout-minutes: 15 steps: - name: Checkout repository diff --git a/requirements.txt b/requirements.txt index b4e3a594..a235039f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ colorscheme-generator @ https://github.com/kevinveenbirkenbach/colorscheme-generator/archive/refs/tags/v0.3.0.zip -numpy \ No newline at end of file +numpy +bcrypt +ruamel.yaml \ No newline at end of file