mirror of
https://github.com/status-im/spiffworkflow-connector.git
synced 2025-02-22 19:48:07 +00:00
Feature/ci acceptance tests (#10)
* Deploy latest to dev (#3) * document ens name api * Bump http connector (#2) --------- Co-authored-by: burnettk <burnettk@users.noreply.github.com> * Skip recipient if not a string (#5) (#6) * added connector-github to pyproject w/ burnettk --------- Co-authored-by: jbirddog <100367399+jbirddog@users.noreply.github.com> Co-authored-by: burnettk <burnettk@users.noreply.github.com> Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
parent
e93872d42c
commit
ddd9284eef
21
poetry.lock
generated
21
poetry.lock
generated
@ -257,6 +257,25 @@ requests = "^2.28.1"
|
|||||||
type = "directory"
|
type = "directory"
|
||||||
url = "connectors/connector-bamboohr"
|
url = "connectors/connector-bamboohr"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "connector-github"
|
||||||
|
version = "0.2.0"
|
||||||
|
description = "Make API Requests to github"
|
||||||
|
category = "main"
|
||||||
|
optional = false
|
||||||
|
python-versions = "^3.9"
|
||||||
|
files = []
|
||||||
|
develop = false
|
||||||
|
|
||||||
|
[package.dependencies]
|
||||||
|
requests = "^2.28.2"
|
||||||
|
|
||||||
|
[package.source]
|
||||||
|
type = "git"
|
||||||
|
url = "https://github.com/sartography/connector-github.git"
|
||||||
|
reference = "HEAD"
|
||||||
|
resolved_reference = "5d16c06abc48437abb9ed20afc882804635f8082"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "connector-http"
|
name = "connector-http"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
@ -1755,4 +1774,4 @@ urllib3 = "*"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "d6c6f9ac5f94be8bc88bb5867fabd07e174cfdc4f68f1af0bf420fba11af3e3a"
|
content-hash = "e818f41fcbce7815e5ae1c8dca0f3133ba13d6d7f4b6d3c8ff90640c5dbe8923"
|
||||||
|
@ -14,6 +14,7 @@ connector-waku = {develop=true, path="connectors/connector-waku"}
|
|||||||
connector-postgresql = {develop=true, path="connectors/connector-postgresql"}
|
connector-postgresql = {develop=true, path="connectors/connector-postgresql"}
|
||||||
connector-aws = { git = "https://github.com/sartography/connector-aws.git"}
|
connector-aws = { git = "https://github.com/sartography/connector-aws.git"}
|
||||||
connector-http = { git = "https://github.com/sartography/connector-http.git"}
|
connector-http = { git = "https://github.com/sartography/connector-http.git"}
|
||||||
|
connector-github = { git = "https://github.com/sartography/connector-github.git"}
|
||||||
|
|
||||||
gunicorn = "^20.1.0"
|
gunicorn = "^20.1.0"
|
||||||
Flask-OAuthlib = "^0.9.6"
|
Flask-OAuthlib = "^0.9.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user