fix: poetry install
Browse files- .github/workflows/ci.yml +8 -1
- poetry.lock +1 -50
.github/workflows/ci.yml
CHANGED
@@ -22,8 +22,15 @@ jobs:
|
|
22 |
run: |
|
23 |
pipx install poetry
|
24 |
|
|
|
|
|
|
|
|
|
|
|
25 |
- name: Install dependencies
|
26 |
-
run:
|
|
|
|
|
27 |
|
28 |
- name: Run pre-commit hooks
|
29 |
uses: pre-commit/[email protected]
|
|
|
22 |
run: |
|
23 |
pipx install poetry
|
24 |
|
25 |
+
- name: Configure Poetry
|
26 |
+
run: |
|
27 |
+
poetry config virtualenvs.create true
|
28 |
+
poetry config virtualenvs.in-project true
|
29 |
+
|
30 |
- name: Install dependencies
|
31 |
+
run: |
|
32 |
+
poetry lock --no-update
|
33 |
+
poetry install
|
34 |
|
35 |
- name: Run pre-commit hooks
|
36 |
uses: pre-commit/[email protected]
|
poetry.lock
CHANGED
@@ -825,22 +825,6 @@ docs = ["furo (>=2024.8.6)", "sphinx (>=8.0.2)", "sphinx-autodoc-typehints (>=2.
|
|
825 |
testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "diff-cover (>=9.2)", "pytest (>=8.3.3)", "pytest-asyncio (>=0.24)", "pytest-cov (>=5)", "pytest-mock (>=3.14)", "pytest-timeout (>=2.3.1)", "virtualenv (>=20.26.4)"]
|
826 |
typing = ["typing-extensions (>=4.12.2)"]
|
827 |
|
828 |
-
[[package]]
|
829 |
-
name = "flake8"
|
830 |
-
version = "6.1.0"
|
831 |
-
description = "the modular source code checker: pep8 pyflakes and co"
|
832 |
-
optional = false
|
833 |
-
python-versions = ">=3.8.1"
|
834 |
-
files = [
|
835 |
-
{file = "flake8-6.1.0-py2.py3-none-any.whl", hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5"},
|
836 |
-
{file = "flake8-6.1.0.tar.gz", hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23"},
|
837 |
-
]
|
838 |
-
|
839 |
-
[package.dependencies]
|
840 |
-
mccabe = ">=0.7.0,<0.8.0"
|
841 |
-
pycodestyle = ">=2.11.0,<2.12.0"
|
842 |
-
pyflakes = ">=3.1.0,<3.2.0"
|
843 |
-
|
844 |
[[package]]
|
845 |
name = "fonttools"
|
846 |
version = "4.55.3"
|
@@ -1713,17 +1697,6 @@ files = [
|
|
1713 |
[package.dependencies]
|
1714 |
traitlets = "*"
|
1715 |
|
1716 |
-
[[package]]
|
1717 |
-
name = "mccabe"
|
1718 |
-
version = "0.7.0"
|
1719 |
-
description = "McCabe checker, plugin for flake8"
|
1720 |
-
optional = false
|
1721 |
-
python-versions = ">=3.6"
|
1722 |
-
files = [
|
1723 |
-
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
|
1724 |
-
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
|
1725 |
-
]
|
1726 |
-
|
1727 |
[[package]]
|
1728 |
name = "mdurl"
|
1729 |
version = "0.1.2"
|
@@ -2556,17 +2529,6 @@ files = [
|
|
2556 |
[package.extras]
|
2557 |
test = ["cffi", "hypothesis", "pandas", "pytest", "pytz"]
|
2558 |
|
2559 |
-
[[package]]
|
2560 |
-
name = "pycodestyle"
|
2561 |
-
version = "2.11.1"
|
2562 |
-
description = "Python style guide checker"
|
2563 |
-
optional = false
|
2564 |
-
python-versions = ">=3.8"
|
2565 |
-
files = [
|
2566 |
-
{file = "pycodestyle-2.11.1-py2.py3-none-any.whl", hash = "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67"},
|
2567 |
-
{file = "pycodestyle-2.11.1.tar.gz", hash = "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f"},
|
2568 |
-
]
|
2569 |
-
|
2570 |
[[package]]
|
2571 |
name = "pycparser"
|
2572 |
version = "2.22"
|
@@ -2721,17 +2683,6 @@ files = [
|
|
2721 |
{file = "pydub-0.25.1.tar.gz", hash = "sha256:980a33ce9949cab2a569606b65674d748ecbca4f0796887fd6f46173a7b0d30f"},
|
2722 |
]
|
2723 |
|
2724 |
-
[[package]]
|
2725 |
-
name = "pyflakes"
|
2726 |
-
version = "3.1.0"
|
2727 |
-
description = "passive checker of Python programs"
|
2728 |
-
optional = false
|
2729 |
-
python-versions = ">=3.8"
|
2730 |
-
files = [
|
2731 |
-
{file = "pyflakes-3.1.0-py2.py3-none-any.whl", hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774"},
|
2732 |
-
{file = "pyflakes-3.1.0.tar.gz", hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"},
|
2733 |
-
]
|
2734 |
-
|
2735 |
[[package]]
|
2736 |
name = "pygments"
|
2737 |
version = "2.18.0"
|
@@ -3700,4 +3651,4 @@ propcache = ">=0.2.0"
|
|
3700 |
[metadata]
|
3701 |
lock-version = "2.0"
|
3702 |
python-versions = ">=3.12"
|
3703 |
-
content-hash = "
|
|
|
825 |
testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "diff-cover (>=9.2)", "pytest (>=8.3.3)", "pytest-asyncio (>=0.24)", "pytest-cov (>=5)", "pytest-mock (>=3.14)", "pytest-timeout (>=2.3.1)", "virtualenv (>=20.26.4)"]
|
826 |
typing = ["typing-extensions (>=4.12.2)"]
|
827 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
828 |
[[package]]
|
829 |
name = "fonttools"
|
830 |
version = "4.55.3"
|
|
|
1697 |
[package.dependencies]
|
1698 |
traitlets = "*"
|
1699 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1700 |
[[package]]
|
1701 |
name = "mdurl"
|
1702 |
version = "0.1.2"
|
|
|
2529 |
[package.extras]
|
2530 |
test = ["cffi", "hypothesis", "pandas", "pytest", "pytz"]
|
2531 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2532 |
[[package]]
|
2533 |
name = "pycparser"
|
2534 |
version = "2.22"
|
|
|
2683 |
{file = "pydub-0.25.1.tar.gz", hash = "sha256:980a33ce9949cab2a569606b65674d748ecbca4f0796887fd6f46173a7b0d30f"},
|
2684 |
]
|
2685 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2686 |
[[package]]
|
2687 |
name = "pygments"
|
2688 |
version = "2.18.0"
|
|
|
3651 |
[metadata]
|
3652 |
lock-version = "2.0"
|
3653 |
python-versions = ">=3.12"
|
3654 |
+
content-hash = "695693fb00c6992f3e9257253a1d07cd59266f07e193c44b5b21ca4ba79cd8f4"
|