diff --git a/poetry.lock b/poetry.lock index fc7f768..3634f65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index f2a8cd3..1334155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"