diff --git a/setup.py b/setup.py index f9cb7dba..41b69c1b 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ REQUIREMENTS: dict = { 'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git', 'types-dataclasses', 'types-python-dateutil', + 'types-requests', ], 'dev': [ 'jupyterlab',