Add connector-http (#22)

This commit is contained in:
jbirddog 2023-01-05 10:25:56 -05:00 committed by GitHub
parent d4e023689f
commit 0d7d449b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

21
poetry.lock generated
View File

@ -191,6 +191,24 @@ requests = "^2.28.1"
type = "directory"
url = "connectors/connector-bamboohr"
[[package]]
name = "connector-http"
version = "0.1.0"
description = "Make HTTP Requests available to SpiffWorkflow Service Tasks"
category = "main"
optional = false
python-versions = "^3.11"
develop = false
[package.dependencies]
requests = "^2.28.1"
[package.source]
type = "git"
url = "https://github.com/sartography/connector-http.git"
reference = "HEAD"
resolved_reference = "2857c82601128ccbd02a2003497b11c2bb2b98a3"
[[package]]
name = "connector-postgresql"
version = "0.1.0"
@ -1142,7 +1160,7 @@ urllib3 = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.11"
content-hash = "8b488545ca555216a365341b4250dad16beb21d0c7933502fc96ea806533dca1"
content-hash = "d6c6f9ac5f94be8bc88bb5867fabd07e174cfdc4f68f1af0bf420fba11af3e3a"
[metadata.files]
alabaster = [
@ -1209,6 +1227,7 @@ colorama = [
]
connector-aws = []
connector-bamboohr = []
connector-http = []
connector-postgresql = []
connector-waku = []
connector-xero = []

View File

@ -13,6 +13,7 @@ connector-bamboohr = {develop=true, path="connectors/connector-bamboohr"}
connector-waku = {develop=true, path="connectors/connector-waku"}
connector-postgresql = {develop=true, path="connectors/connector-postgresql"}
connector-aws = { git = "https://github.com/sartography/connector-aws.git"}
connector-http = { git = "https://github.com/sartography/connector-http.git"}
gunicorn = "^20.1.0"
Flask-OAuthlib = "^0.9.6"