diff --git a/README.md b/README.md index 05c9add..ad9efe5 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,12 @@ Tested with - DiRT Rally (v1.22) - DiRT Rally 2.0 (v1.16) -UDP data recognition in collaboration with ErlerPhilipp: https://github.com/ErlerPhilipp/dr2_logger +Ships with SQLite [3.35.5](https://www.sqlite.org/2021/sqlite-tools-win32-x86-3350500.zip). -Thanks to Slocan for the initial version: https://github.com/Slocan/timerecord +UDP data recognition in collaboration with ErlerPhilipp: https://github.com/ErlerPhilipp/dr2_logger. -Credits to Billiam for the core code: https://github.com/Billiam/pygauge +Thanks to Slocan for the initial version: https://github.com/Slocan/timerecord. + +Credits to Billiam for the core code: https://github.com/Billiam/pygauge. See `LICENSE` and `THIRD_PARTY_LICENSES.txt` for works used under license. diff --git a/bin/sqlite3.exe b/bin/sqlite3.exe index 57166c6..d608514 100644 Binary files a/bin/sqlite3.exe and b/bin/sqlite3.exe differ diff --git a/requirements.txt b/requirements.txt index fc5fe7a..3da2b55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyYAML==5.3.1 simpleaudio==1.0.4 pytest -pyinstaller==4.2 +pyinstaller==4.3