Skip to content

Commit

Permalink
Use the latest version of pay-api. (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Mar 28, 2023
1 parent 26bd80b commit 858402b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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@a643801c373063dfa44a2f7213d9122d3ad03851#egg=sbc_common_components&subdirectory=python
-e git+https://github.com/bcgov/sbc-pay.git@c13aa15e9cf20e30fb0aa9338164b3dee2f7a272#egg=pay_api&subdirectory=pay-api
-e git+https://github.com/bcgov/sbc-common-components.git@a8a2074b12dbf36cc23634206e37d57ccfa5a33d#egg=sbc_common_components&subdirectory=python
-e git+https://github.com/bcgov/sbc-pay.git@26bd80b7a07c1d5c48433a1be58f18152277af56#egg=pay_api&subdirectory=pay-api
Flask-Caching==2.0.2
Flask-Migrate==2.7.0
Flask-Moment==1.0.5
Expand All @@ -15,7 +15,7 @@ SQLAlchemy-Continuum==1.3.14
SQLAlchemy-Utils==0.40.0
SQLAlchemy==1.3.24
Werkzeug==1.0.1
alembic==1.9.4
alembic==1.10.2
aniso8601==9.0.1
asyncio-nats-client==0.11.5
asyncio-nats-streaming==0.4.0
Expand All @@ -26,34 +26,34 @@ cachelib==0.9.0
cattrs==22.2.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.0.1
charset-normalizer==3.1.0
click==8.1.3
croniter==1.3.8
cryptography==39.0.2
cryptography==40.0.1
cx-Oracle==8.3.0
dataclass-wizard==0.22.2
dpath==2.1.4
dpath==2.1.5
ecdsa==0.18.0
exceptiongroup==1.1.0
exceptiongroup==1.1.1
expiringdict==1.2.2
flask-jwt-oidc==0.3.0
flask-marshmallow==0.11.0
flask-restx==1.0.6
flask-restx==1.1.0
gunicorn==20.1.0
idna==3.4
importlib-metadata==6.0.0
importlib-metadata==6.1.0
importlib-resources==5.12.0
itsdangerous==2.0.1
jaeger-client==4.8.0
jsonschema==4.17.3
launchdarkly-server-sdk==8.1.1
marshmallow-sqlalchemy==0.25.0
marshmallow==3.19.0
minio==7.1.13
minio==7.1.14
more-itertools==9.1.0
opentracing==2.4.0
packaging==23.0
paramiko==3.0.0
paramiko==3.1.0
pkgutil_resolve_name==1.3.10
protobuf==3.19.6
psycopg2-binary==2.9.5
Expand All @@ -65,15 +65,15 @@ pysftp==0.2.9
python-dateutil==2.8.2
python-dotenv==1.0.0
python-jose==3.3.0
pytz==2022.7.1
pytz==2023.2
requests==2.28.2
rsa==4.9
semver==2.13.0
sentry-sdk==1.16.0
sentry-sdk==1.17.0
six==1.16.0
threadloop==1.0.2
thrift==0.16.0
tornado==6.2
typing_extensions==4.5.0
urllib3==1.26.14
urllib3==1.26.15
zipp==3.15.0

0 comments on commit 858402b

Please sign in to comment.