18 строки
351 B
TOML
18 строки
351 B
TOML
[tool.poetry]
|
|
name = "moz-current-tests"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9,<3.10"
|
|
numpy = "^1.20.2"
|
|
matplotlib = "^3.4.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = "^21.6b0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|