spiffworkflow-connector/pyproject.toml

19 lines
494 B
TOML
Raw Normal View History

2022-09-09 14:15:29 +00:00
[tool.poetry]
name = "spiffworkflow-connector-proxy"
2022-09-09 14:15:29 +00:00
version = "0.1.0"
description = ""
authors = ["Jon Herron <jon.herron@yahoo.com>"]
[tool.poetry.dependencies]
python = "^3.10"
2022-09-09 17:39:56 +00:00
Flask = "*"
connector-xero = {git = "https://github.com/jbirddog/connector-xero", rev = "main"}
connector-bamboohr = {git = "https://github.com/jbirddog/connector-bamboohr", rev = "main"}
2022-09-09 14:15:29 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"