From 594f5e77548ccf79a894264704bae10aa1cae8fd Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:28:11 +0100 Subject: [PATCH 1/4] [Server] Remove unused dependencies from requirements --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ecc89ed..66ad3c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,6 @@ Flask==2.2.2 -pyjwt==2.6.0 Flask-SocketIO==5.3.2 SQLAlchemy==1.4.20 pymysql==1.0.2 discord.py==2.1.0 -discord.py==2.1.0 python-dotenv==0.21.0 From 4b0f9b6a2d9637ccd56fbf61597d13f2eace2a41 Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:29:26 +0100 Subject: [PATCH 2/4] [Client] Add missing libraries to the licenses page --- truthseeker/templates/licenses.html | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/truthseeker/templates/licenses.html b/truthseeker/templates/licenses.html index 11f9c78..35ec6ca 100644 --- a/truthseeker/templates/licenses.html +++ b/truthseeker/templates/licenses.html @@ -1,7 +1,7 @@ - Truth Inquiry - Licenses + Truth Inquiry - Licenses et crédits @@ -22,16 +22,34 @@ Roboto Mono, police créée par Christian Robertson sous license Apache 2.0
  • - Material Icons, créés par Google sous license Apache 2.0 + Material Icons, icônes créés par Google sous license Apache 2.0
  • Certains icônes d'illustrations peuvent provenir de Icons8, sous license gratuite Icons8
  • - Flask, framework Python créé par Pallets, sous license BSD-3 Clause + Socket.IO (client), bibliothèque JavaScript créée par Guillermo Rauch, sous license MIT
  • - Socket.IO (client), bibliothèque JavaScript créée par Guillermo Rauch, sous license MIT + Flask, bibliothèque Python créé par Pallets, sous license BSD-3 Clause +
  • +
  • + Flask-SocketIO, bibliothèque Python créée par Miguel Grinberg, sous license MIT +
  • +
  • + discord.py, bibliothèque Python créée par Rapptz, sous license MIT +
  • +
  • + SQLAlchemy, bibliothèque Python créée par les auteurs et contributeurs de SQLAlchemy, sous license MIT +
  • +
  • + PyMySQL, bibliothèque Python créée par les contributeurs de PyMySQL, sous license MIT +
  • +
  • + python-dotenv, bibliothèque Python créée par Saurabh Kumar, Ted Tieken et Jacob Kaplan-Moss, sous license BSD-3 Clause +
  • +
  • + pytest, bibliothèque Python créée par Holger Krekel et autres, sous license MIT