mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-08 05:58:27 +00:00
08c997c169
* Create new workflow * Remove dead calls
15 lines
265 B
TOML
15 lines
265 B
TOML
[tool.poetry]
|
|
name = "tester"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Tadgh <garygrantgraham@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
requests = "^2.28.2"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|