chore: add authors
This commit is contained in:
parent
149766c1a0
commit
f9f59a3104
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -1140,7 +1140,7 @@ python-versions = "*"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = ">=3.8,<3.11"
|
python-versions = ">=3.8,<3.11"
|
||||||
content-hash = "e980a9a33c11a7dba0b36b2e69d804d0a7c6544702f975cd8797f41cfe54a57f"
|
content-hash = "2484e904cce7b4c8358cb769bcd0a498aaf32e262f6dbc56250f765bf0e9e9cf"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
albumentations = [
|
albumentations = [
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
authors = [""]
|
authors = [
|
||||||
description = ""
|
"Laurent Fainsin <laurent@fainsin.bzh>",
|
||||||
|
"Damien Guillotin <damien.guillotin@etu.inp-n7.fr>",
|
||||||
|
"Pierre-Eliot Jourdan <pierreeliot.jourdan@etu.inp-n7.fr>",
|
||||||
|
]
|
||||||
|
description = "Projet d'apprentissage faiblement supervisé"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = ""
|
name = "proj-iam"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
@ -20,7 +24,7 @@ ipykernel = "^6.15.3"
|
||||||
matplotlib = "^3.5.3"
|
matplotlib = "^3.5.3"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
Flake8-pyproject = "^1.1.0"
|
Flake8-pyproject = "^1.1.0.post0"
|
||||||
bandit = "^1.7.4"
|
bandit = "^1.7.4"
|
||||||
black = "^22.10.0"
|
black = "^22.10.0"
|
||||||
flake8 = "^5.0.4"
|
flake8 = "^5.0.4"
|
||||||
|
@ -30,10 +34,6 @@ mypy = "^0.990"
|
||||||
pre-commit = "^2.20.0"
|
pre-commit = "^2.20.0"
|
||||||
types-PyYAML = "^6.0.12.1"
|
types-PyYAML = "^6.0.12.1"
|
||||||
|
|
||||||
[tool.poetry.group.notebook.dependencies]
|
|
||||||
ipykernel = "^6.17.0"
|
|
||||||
matplotlib = "^3.6.2"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Reference in a new issue