2023-07-10 07:56:24 -04:00
|
|
|
[tool.poetry]
|
2023-07-16 08:44:11 -04:00
|
|
|
name = "rpds-py-build-wheel"
|
2023-07-10 07:56:24 -04:00
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
2023-07-20 06:38:25 -04:00
|
|
|
rpds-py = "^0.9"
|
2023-07-16 08:50:49 -04:00
|
|
|
referencing = "^0.29.1"
|
2023-07-16 08:53:36 -04:00
|
|
|
jsonschema-specifications = "^2023.6.1"
|
2023-07-16 08:57:49 -04:00
|
|
|
jsonschema = "^4.18.3"
|
2023-07-10 07:56:24 -04:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.5"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|