Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aodag committed Feb 23, 2021
1 parent 520e0f0 commit dfd635f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test(session: nox.Session):

@nox.session
def lint(session: nox.Session):
session.install("-e", ".[dev]")
session.install("-e", ".[async,dev]")
session.run("black", "--check", "kenallclient")
session.run("flake8", "kenallclient")
session.run("mypy", "kenallclient")
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = MIT

[options]
install_requires =
dataclasses; python_version <= '3.6'
packages = find:

[options.packages.find]
Expand Down

0 comments on commit dfd635f

Please sign in to comment.