We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d9a3e commit d756fdbCopy full SHA for d756fdb
.circleci/config.yml
@@ -68,7 +68,7 @@ jobs:
68
name: Install dependencies and Check compatibility
69
command: |
70
if [ "$REQUIREMENTS_CHANGED" == "true" ]; then
71
- python -m pip install ".[dev,cli]" --dry-run --python-version --no-deps << parameters.python_version >>
+ python -m pip install ".[dev,cli]" --dry-run --python-version << parameters.python_version >> --no-deps
72
else
73
echo "Skipping compatibility checks..."
74
fi
pyproject.toml
@@ -13,7 +13,7 @@ authors = [
13
license = { file = "LICENSE" }
14
requires-python = ">=3.9,<3.14"
15
dependencies = [
16
- "bt-decode>=0.6.0",
+
17
"wheel",
18
"setuptools~=70.0.0",
19
"aiohttp~=3.9",
0 commit comments