Skip to content

Commit

Permalink
Move BWFilter into a separate library (#5)
Browse files Browse the repository at this point in the history
* Move BWFilter into a separate library

* Remove flake8-pyproject and ignores
  • Loading branch information
sanjacob authored Oct 9, 2024
1 parent bd30eca commit be047e8
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 566 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tiny-api-client = ">=1.3.1"
pydantic = "==2.8.2"
pathvalidate = "==3.1.0"
python-dateutil = "==2.8.2"
bwfilters = "*"

[dev-packages]
mypy = "*"
Expand All @@ -20,7 +21,6 @@ pytest-mock = "*"
types-requests = "*"
isort = "*"
flake8 = "*"
flake8-pyproject = "*"
pre-commit = "*"
twine = "*"
pytest-tiny-api-client = "==1.0.1"
Expand Down
Loading

0 comments on commit be047e8

Please sign in to comment.