From c27ea4cae6837fdcbf1ae6ada90972753fb78814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 11 Apr 2022 22:59:37 +0200 Subject: [PATCH] feat: added a title and description to the project --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e865cf9..b9a8d1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,16 +4,16 @@ authors = [ "Damien Guillotin ", "Pierre-Eliot Jourdan ", ] -description = "" +description = "Rocket League sideswipe image classification deep learning project" license = "MIT" -name = "projet" +name = "DeepSwipe" version = "0.1.0" [tool.poetry.dependencies] +Pillow = "^9.0.1" +numpy = "^1.22.3" pure-python-adb = "^0.3.0-alpha.0" python = "^3.10" -numpy = "^1.22.3" -Pillow = "^9.0.1" [tool.poetry.dev-dependencies] black = "^22.1"