From acb2d01d920e23094a9ff09e40ca3e89e974d735 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 10 May 2023 22:54:35 -0700 Subject: [PATCH] Update pydcs. No new data (I think), but includes a bunch of fixes for the lua parser and rewrites some suspicious looking (but probably safe) code in the livery scanner. Also changes this dependency to non-editable by default. Pip chose this automatically for me at some point, but the rules for whether or not a py.typed file will actually be detected for an editable install are complicated and sometimes this won't work, leading too a lot of mypy errors. There's no need for this to be editable anyway. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 41c2c8de..0af345f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ platformdirs==2.6.2 pluggy==1.0.0 pre-commit==2.21.0 pydantic==1.10.7 --e git+https://github.com/pydcs/dcs@da35d1b908ccc13305561241b0e673ff3eb682a6#egg=pydcs +git+https://github.com/pydcs/dcs@632a373fb0d8799f29eed81bc41eaefc006d859c#egg=pydcs pyinstaller==5.7.0 pyinstaller-hooks-contrib==2022.14 pyproj==3.4.1