diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5aa142e..4315b58 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.11.6] + python-version: [3.10.13] steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b00a3e0..f09bdfc 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.11.6] + python-version: [3.10.13] steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 71c9c79..50c7cd3 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.11.6] + python-version: [3.10.13] steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/requirements-dev.lock b/requirements-dev.lock index f592685..0520afd 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -19,6 +19,7 @@ coverage==6.5.0 coveralls==3.3.1 dill==0.3.7 docopt==0.6.2 +exceptiongroup==1.1.3 flask==3.0.0 idna==3.4 iniconfig==2.0.0 @@ -42,6 +43,7 @@ pyrss2gen==1.1 pytest==7.4.3 pytest-cov==4.1.0 requests==2.31.0 +tomli==2.0.1 tomlkit==0.12.2 types-markdown==3.5.0.1 typing-extensions==4.8.0 diff --git a/stacosys.spec b/stacosys.spec index da67012..30a8b39 100644 --- a/stacosys.spec +++ b/stacosys.spec @@ -3,7 +3,7 @@ a = Analysis( ['src/stacosys/run.py'], - pathex=[], + pathex=['src'], binaries=[], datas=[('src/stacosys/interface/templates/*.html', 'src/stacosys/interface/templates/')], hiddenimports=[],