Skip to content

Commit

Permalink
Use public repos for most, should be up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed May 31, 2024
1 parent 24180c7 commit 625e07f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
16 changes: 8 additions & 8 deletions jobs/ftp-poller/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jobs/ftp-poller/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jinja2 = "^3.1.3"
protobuf = "4.25.3"
launchdarkly-server-sdk = "^8.2.1"
sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", subdirectory = "python"}
pay-api = {git = "https://github.com/seeker25/sbc-pay.git", rev = "sync-python-to-main", subdirectory = "pay-api"}
pay-api = {git = "https://github.com/bcgov/sbc-pay.git", subdirectory = "pay-api"}


[tool.poetry.group.dev.dependencies]
Expand Down
16 changes: 8 additions & 8 deletions jobs/payment-jobs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jobs/payment-jobs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
pay-api = {git = "https://github.com/seeker25/sbc-pay.git", branch = "sync-python-to-main", subdirectory = "pay-api"}
pay-api = {git = "https://github.com/bcgov/sbc-pay.git", subdirectory = "pay-api"}
gunicorn = "^21.2.0"
flask = "^3.0.2"
flask-sqlalchemy = "^3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion pay-admin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ werkzeug = "^3.0.1"
sqlalchemy = "^2.0.28"
itsdangerous = "^2.1.2"
jinja2 = "^3.1.3"
pay-api = {git = "https://github.com/bcgov/sbc-pay.git", rev = "feature-queue-python-upgrade", subdirectory = "pay-api"}
pay-api = {git = "https://github.com/bcgov/sbc-pay.git", subdirectory = "pay-api"}
sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", subdirectory = "python"}
simple-cloudevent = {git = "https://github.com/daxiom/simple-cloudevent.py.git"}
flask-jwt-oidc = {git = "https://github.com/thorwolpert/flask-jwt-oidc.git"}
Expand Down
16 changes: 8 additions & 8 deletions pay-queue/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pay-queue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jinja2 = "^3.1.3"
protobuf = "4.25.3"
launchdarkly-server-sdk = "^8.2.1"
cachecontrol = "^0.14.0"
pay-api = {git = "https://github.com/seeker25/sbc-pay.git", branch = "sync-python-to-main", subdirectory = "pay-api"}
pay-api = {git = "https://github.com/bcgov/sbc-pay.git", subdirectory = "pay-api"}
pg8000 = "^1.30.5"


Expand Down

0 comments on commit 625e07f

Please sign in to comment.