2022-09-09 14:15:29 +00:00
|
|
|
[tool.poetry]
|
2022-09-14 16:50:09 +00:00
|
|
|
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 = "*"
|
|
|
|
|
2022-09-14 16:50:09 +00:00
|
|
|
connector-xero = {git = "https://github.com/jbirddog/connector-xero", rev = "main"}
|
|
|
|
connector-bamboohr = {git = "https://github.com/jbirddog/connector-bamboohr", rev = "main"}
|
2022-09-14 18:55:46 +00:00
|
|
|
gunicorn = "^20.1.0"
|
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"
|