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:
jasquat 2023-06-09 14:20:55 -04:00 committed by GitHub
parent e93872d42c
commit ddd9284eef
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

@ -257,6 +257,25 @@ requests = "^2.28.1"
type = "directory"
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]]
name = "connector-http"
version = "0.2.0"
@ -1755,4 +1774,4 @@ urllib3 = "*"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "d6c6f9ac5f94be8bc88bb5867fabd07e174cfdc4f68f1af0bf420fba11af3e3a"
content-hash = "e818f41fcbce7815e5ae1c8dca0f3133ba13d6d7f4b6d3c8ff90640c5dbe8923"

View File

@ -14,6 +14,7 @@ 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"}
connector-github = { git = "https://github.com/sartography/connector-github.git"}
gunicorn = "^20.1.0"
Flask-OAuthlib = "^0.9.6"