From 1a4eab97de242d820a1b256dd47e92d51a716ca5 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Mon, 4 Nov 2024 13:44:04 -0500 Subject: [PATCH] Add pyright to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1a9dd30..15480ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,6 @@ pytest==7.4.1 # for development pytest-asyncio==0.21.1 # for development pytest-textual-snapshot==0.4.0 # for development pyfakefs==5.2.4 # for development +pyright==1.1.387 # for development (technically you can install this more directly from npm, but it's easier to manage with pip) build==1.0.3 # for release twine==4.0.2 # for release