Skip to content

Commit

Permalink
Remove dataclasses as a dependency.
Browse files Browse the repository at this point in the history
It should be built into python natively.
  • Loading branch information
EarningsCall committed Jun 12, 2024
1 parent 66dbb8f commit 274f090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install --upgrade hatch
run: pip install --upgrade hatch filelock==3.14.0 # https://github.com/pypa/virtualenv/issues/2735

- if: matrix.python-version == '3.9' && runner.os == 'Linux'
name: Lint
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ authors = [
]
requires-python = ">= 3.8"
dependencies = [
"dataclasses>=0.6",
"dataclasses-json>=0.6.4",
"requests>=2.30.0",
"requests-cache>=1.2.0",
Expand Down

0 comments on commit 274f090

Please sign in to comment.