Skip to content

Commit

Permalink
deps: add attrs, pygtrie to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Feb 18, 2023
1 parent 04f6ab8 commit 6e31419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ package_dir=
packages = find:
include_package_data = True
install_requires=
attrs
# NOTE: orjson doesn't support pypy, see
# https://github.com/ijl/orjson/issues/90
orjson; implementation_name=='cpython'
pygtrie

[options.extras_require]
tests =
Expand All @@ -46,7 +48,6 @@ tests =
pytest-mock==3.8.2
pylint==2.15.0
mypy==0.971
pygtrie
pyinstaller
dev =
%(tests)s
Expand Down

0 comments on commit 6e31419

Please sign in to comment.