Skip to content

Commit d756fdb

Browse files
committed
Typo
1 parent e2d9a3e commit d756fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Install dependencies and Check compatibility
6969
command: |
7070
if [ "$REQUIREMENTS_CHANGED" == "true" ]; then
71-
python -m pip install ".[dev,cli]" --dry-run --python-version --no-deps << parameters.python_version >>
71+
python -m pip install ".[dev,cli]" --dry-run --python-version << parameters.python_version >> --no-deps
7272
else
7373
echo "Skipping compatibility checks..."
7474
fi

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
license = { file = "LICENSE" }
1414
requires-python = ">=3.9,<3.14"
1515
dependencies = [
16-
"bt-decode>=0.6.0",
16+
1717
"wheel",
1818
"setuptools~=70.0.0",
1919
"aiohttp~=3.9",

0 commit comments

Comments
 (0)