# pyright
pyright

# Third-party stubs
types-python-dateutil
types-pytz
types-PyYAML
types-requests
types-tqdm
pandas-stubs
# These seem to bring more problems than they solve for now... 👇
# plotly-stubs

# pyright also needs to inherit other environment dependencies in
# order to correctly infer types for code in tests, docs, etc.
-r cicd_utils.txt
-r docs.txt
-r tests.txt
