Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14092 - Use decimals for Invoices / Payment Line Items / Payment Accounts / Fees - Part 2 #1008

Merged
merged 5 commits into from
Nov 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix reference to main.
seeker25 committed Nov 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ca93d286e55bcc637a3415fae4ce97f8abf04ac3
14 changes: 7 additions & 7 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@02f90e3a1c9b6eeff424ecec758d58a43d2cfc9b#egg=sbc_common_components&subdirectory=python
-e git+https://github.com/bcgov/sbc-pay.git@f31a5a097468d59b558d9638e5a7d70f176a4803#egg=pay_api&subdirectory=pay-api
-e git+https://github.com/bcgov/sbc-pay.git@12a54e1c1cab60b0c0a59b3834f4d660b568f015#egg=pay_api&subdirectory=pay-api
Flask-Caching==2.0.1
Flask-Migrate==2.7.0
Flask-Moment==1.0.5
@@ -28,41 +28,41 @@ cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
croniter==1.3.7
cryptography==38.0.1
cryptography==38.0.3
dataclass-wizard==0.22.2
dpath==2.0.6
ecdsa==0.18.0
expiringdict==1.2.2
flask-jwt-oidc==0.3.0
flask-marshmallow==0.11.0
flask-restx==0.5.1
flask-restx==1.0.3
gunicorn==20.1.0
idna==3.4
importlib-metadata==5.0.0
importlib-resources==5.10.0
itsdangerous==2.0.1
jaeger-client==4.8.0
jsonschema==4.16.0
jsonschema==4.17.0
launchdarkly-server-sdk==7.5.1
marshmallow-sqlalchemy==0.25.0
marshmallow==3.18.0
minio==7.1.12
opentracing==2.4.0
packaging==21.3
paramiko==2.11.0
paramiko==2.12.0
pkgutil_resolve_name==1.3.10
protobuf==3.19.6
psycopg2-binary==2.9.5
pyRFC3339==1.1
pyasn1==0.4.8
pycparser==2.21
pyparsing==3.0.9
pyrsistent==0.18.1
pyrsistent==0.19.2
pysftp==0.2.9
python-dateutil==2.8.2
python-dotenv==0.21.0
python-jose==3.3.0
pytz==2022.5
pytz==2022.6
requests==2.28.1
rsa==4.9
semver==2.13.0
2 changes: 1 addition & 1 deletion jobs/payment-jobs/requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -17,5 +17,5 @@ dataclass_wizard
launchdarkly-server-sdk

-e git+https://github.com/bcgov/sbc-common-components.git#egg=sbc-common-components&subdirectory=python
-e git+https://github.com/bcgov/sbc-pay.git@13309#egg=pay_api&subdirectory=pay-api
-e git+https://github.com/bcgov/sbc-pay.git@main#egg=pay_api&subdirectory=pay-api