Skip to content

Commit

Permalink
Add ddsketch[serialization] as dependency (#180)
Browse files Browse the repository at this point in the history
* add ddsketch[serialization] as dependency

* flake8 ignore A005 checks
  • Loading branch information
gnufede authored Apr 2, 2024
1 parent f575987 commit aa0a45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude=
*.eggs-info,
build,
# E501,E231,W503: not respected by black
ignore = E501,W503,E203,E231,D100,D101,D102,D103,D104,D105,D107,D205,D400,D402,B902,I100,I202
ignore = E501,W503,E203,E231,D100,D101,D102,D103,D104,D105,D107,D205,D400,D402,B902,I100,I202,A005
enable-extensions=G
import-order-style=google

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
python_requires=">=3.8",
install_requires=[
"aiohttp",
"ddsketch",
"ddsketch[serialization]",
"msgpack",
"requests",
"typing_extensions",
Expand Down

0 comments on commit aa0a45a

Please sign in to comment.