From f9f59a310475645dc0a6f1f3dcef284881b5af60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 8 Nov 2022 20:49:54 +0100 Subject: [PATCH] chore: add authors --- poetry.lock | 2 +- pyproject.toml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4e65ae3..15a5152 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1140,7 +1140,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "e980a9a33c11a7dba0b36b2e69d804d0a7c6544702f975cd8797f41cfe54a57f" +content-hash = "2484e904cce7b4c8358cb769bcd0a498aaf32e262f6dbc56250f765bf0e9e9cf" [metadata.files] albumentations = [ diff --git a/pyproject.toml b/pyproject.toml index eb50652..ebe7f2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,12 @@ [tool.poetry] -authors = [""] -description = "" +authors = [ + "Laurent Fainsin ", + "Damien Guillotin ", + "Pierre-Eliot Jourdan ", +] +description = "Projet d'apprentissage faiblement supervisé" license = "MIT" -name = "" +name = "proj-iam" readme = "README.md" version = "0.1.0" @@ -20,7 +24,7 @@ ipykernel = "^6.15.3" matplotlib = "^3.5.3" [tool.poetry.group.dev.dependencies] -Flake8-pyproject = "^1.1.0" +Flake8-pyproject = "^1.1.0.post0" bandit = "^1.7.4" black = "^22.10.0" flake8 = "^5.0.4" @@ -30,10 +34,6 @@ mypy = "^0.990" pre-commit = "^2.20.0" types-PyYAML = "^6.0.12.1" -[tool.poetry.group.notebook.dependencies] -ipykernel = "^6.17.0" -matplotlib = "^3.6.2" - [build-system] build-backend = "poetry.core.masonry.api" requires = ["poetry-core>=1.0.0"]