2020-01-28 19:42:14 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "extras"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "poetry2nix test"
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.6"
|
2022-09-29 20:39:37 +03:00
|
|
|
setuptools-scm = { version = ">=3.4", extras = ["toml"] }
|
2020-01-28 19:42:14 +00:00
|
|
|
|
2021-05-27 10:56:33 +02:00
|
|
|
# Extra with dash in the name should work
|
|
|
|
boto3-stubs = {extras = ["cognito-idp"], version = "^1.17.82"}
|
|
|
|
|
2020-01-28 19:42:14 +00:00
|
|
|
[build-system]
|
2023-08-28 11:09:24 +03:00
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|