Include the new types packages for types that we depend upon.
This commit is contained in:
parent
a00cfb1075
commit
1c35c89e8a
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -36,9 +36,11 @@ REQUIREMENTS: dict = {
|
|||
'app': [],
|
||||
'test': [
|
||||
'pytest',
|
||||
'pytest-mypy',
|
||||
'pytest-mypy==0.8.0',
|
||||
'pytest-tornasync',
|
||||
'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git',
|
||||
# 'types-dataclasses',
|
||||
# 'types-Jinja2',
|
||||
],
|
||||
'dev': [
|
||||
'jupyterlab',
|
||||
|
|
|
|||
Loading…
Reference in a new issue