Skip to content

Commit

Permalink
Merge pull request #682 from bcgov/development
Browse files Browse the repository at this point in the history
Dev to Test
  • Loading branch information
sumesh-aot authored Apr 29, 2021
2 parents aaa6ad7 + 1cc3489 commit 64c1f89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions jobs/payment-jobs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e git+https://github.com/bcgov/sbc-common-components.git@201070bd6200f17199b630a1aab09c1ced2f329f#egg=sbc_common_components&subdirectory=python
-e git+https://github.com/bcgov/sbc-pay.git@259da2971f505ed9ae496ecb274429ffd55c83f8#egg=pay_api&subdirectory=pay-api
-e git+https://github.com/bcgov/sbc-common-components.git@90b698cc537ed6aca85d5795c6e60023f0b282e0#egg=sbc_common_components&subdirectory=python
-e git+https://github.com/bcgov/sbc-pay.git@0caea04efe913650c3f285d3b852cd3ee8d77e59#egg=pay_api&subdirectory=pay-api
Flask-Caching==1.10.1
Flask-Migrate==2.7.0
Flask-Moment==0.11.0
Expand All @@ -12,7 +12,7 @@ Mako==1.1.4
MarkupSafe==1.1.1
PyNaCl==1.4.0
SQLAlchemy-Continuum==1.3.11
SQLAlchemy-Utils==0.36.8
SQLAlchemy-Utils==0.37.0
SQLAlchemy==1.3.24
Werkzeug==0.16.1
alembic==1.5.8
Expand All @@ -27,7 +27,7 @@ certifi==2020.12.5
cffi==1.14.5
chardet==4.0.0
click==7.1.2
croniter==1.0.11
croniter==1.0.12
cryptography==3.4.7
dpath==2.0.1
ecdsa==0.14.1
Expand All @@ -51,7 +51,7 @@ pycparser==2.20
pyrsistent==0.17.3
pysftp==0.2.9
python-dateutil==2.8.1
python-dotenv==0.17.0
python-dotenv==0.17.1
python-editor==1.0.4
python-jose==3.2.0
pytz==2021.1
Expand Down
4 changes: 2 additions & 2 deletions queue_services/events-listener/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ itsdangerous==1.1.0
jaeger-client==4.4.0
jsonschema==3.2.0
opentracing==2.4.0
protobuf==3.15.7
protobuf==3.15.8
pycountry==20.7.3
pyrsistent==0.17.3
python-dotenv==0.17.0
python-dotenv==0.17.1
sentry-sdk==1.0.0
six==1.15.0
threadloop==1.0.2
Expand Down
6 changes: 3 additions & 3 deletions queue_services/payment-reconciliations/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ click==7.1.2
itsdangerous==1.1.0
jaeger-client==4.4.0
jsonschema==3.2.0
minio==7.0.2
minio==7.0.3
opentracing==2.4.0
protobuf==3.15.7
protobuf==3.15.8
pycountry==20.7.3
pyrsistent==0.17.3
python-dotenv==0.17.0
python-dotenv==0.17.1
sentry-sdk==1.0.0
six==1.15.0
threadloop==1.0.2
Expand Down

0 comments on commit 64c1f89

Please sign in to comment.