Skip to content

Commit

Permalink
Remove toml as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 30, 2022
1 parent f9e3e85 commit b97058f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
description: Check if your development dependencies contains all other extras requirements
files: '(setup\.cfg)|(pyproject\.toml)|(setup\.py)'
language: python
additional_dependencies:
- toml
- id: file-check-lines
name: file-check-lines
entry: file-check-lines-hook
description: Check that a set of lines exists in a file
- id: nameservers-endswith
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ classifiers =

[options]
packages = find:
install_requires =
toml
python_requires = >=3.6.1

[options.packages.find]
Expand Down Expand Up @@ -56,6 +54,7 @@ test =
pytest-cov==2.12.1
pyyaml==5.4.1
waves==0.2.5
toml==0.10.2

[bdist_wheel]
universal = True
Expand Down

0 comments on commit b97058f

Please sign in to comment.