From 3068a21bc6c3717a58c9a17678e79214a38afd4e Mon Sep 17 00:00:00 2001 From: Mercury Date: Sat, 25 Jan 2025 11:58:44 +0100 Subject: [PATCH] Replaced microsoft TrueSkill with OpenSkill we don't like closed source stuff around here. --- requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4cc7e7b..8a30767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ -fastapi -psycopg2-binary -python-dotenv -bcrypt -uvicorn +fastapi +psycopg2-binary +python-dotenv +bcrypt +uvicorn +openskill \ No newline at end of file