Initial commit: SHARED library with LFS for binary assets

This commit is contained in:
clxud
2026-07-02 02:00:46 +00:00
commit db5de3ac7d
9356 changed files with 47608 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Test-only deps for SREBOT/TSSBOT (not needed at runtime on the deploy server,
# but required to run the pytest suites locally / in CI).
-r requirements.txt
pytest>=8.0
pytest-asyncio>=0.23
httpx>=0.27