Skip to content
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ ignore_missing_imports = true
[mypy-texttable]
ignore_missing_imports = true

[mypy-toolz]
ignore_missing_imports = true

[mypy-yaml]
ignore_missing_imports = true
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,20 @@ package_dir=
=src
packages=find:
install_requires =
anyio ~= 3.6
appdirs ~= 1.4
attrs == 21.2
click ~= 8.1
desert == 2020.11.18
marshmallow ~= 3.12
packaging ~= 21.0
pendulum ~= 2.1
prompt_toolkit ~= 3.0
psutil ~= 5.8
pyyaml ~= 6.0
rich ~= 13.3
texttable ~= 1.6
toolz ~= 0.12.0
typing-extensions ~= 4.0

[options.packages.find]
Expand Down
1 change: 1 addition & 0 deletions src/plotman/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import psutil

import plotman.errors
import plotman.plotters

if typing.TYPE_CHECKING:
import plotman.errors
Expand Down
Loading