Skip to content

Commit

Permalink
Update requirements for pay-api
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed May 27, 2024
1 parent 39f4ef7 commit 744c74d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions pay-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Flask-SQLAlchemy==2.5.1
Flask-Script==2.0.6
Flask==1.1.2
Jinja2==3.0.3
Mako==1.3.3
Mako==1.3.5
MarkupSafe==2.1.5
SQLAlchemy-Continuum==1.3.15
SQLAlchemy-Utils==0.41.2
Expand All @@ -31,12 +31,12 @@ expiringdict==1.2.2
flask-jwt-oidc==0.3.0
flask-marshmallow==0.11.0
google-api-core==2.19.0
google-auth==2.18.1
google-cloud-pubsub==2.17.0
google-auth==2.28.2
google-cloud-pubsub==2.20.2
googleapis-common-protos==1.63.0
grpc-google-iam-v1==0.13.0
grpcio-status==1.48.2
grpcio==1.63.0
grpcio==1.64.0
gunicorn==22.0.0
holidays==0.37
idna==3.7
Expand Down Expand Up @@ -64,16 +64,16 @@ python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-jose==3.3.0
pytz==2024.1
requests==2.32.0
requests==2.32.2
rsa==4.9
semver==3.0.2
sentry-sdk==2.1.1
sentry-sdk==2.3.1
six==1.16.0
threadloop==1.0.2
thrift==0.20.0
tornado==6.4
typing_extensions==4.11.0
urllib3==1.26.18
zipp==3.18.1
typing_extensions==4.12.0
urllib3==2.2.1
zipp==3.19.0
-e git+https://github.com/bcgov/sbc-common-components.git#egg=sbc-common-components&subdirectory=python
git+https://github.com/daxiom/simple-cloudevent.py.git
4 changes: 2 additions & 2 deletions pay-api/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Jinja2==3.0.3
protobuf~=3.19.5
launchdarkly-server-sdk==8.2.1
holidays==0.37
google-auth==2.18.1
google-cloud-pubsub==2.17.0
google-auth==2.28.2
google-cloud-pubsub==2.20.2
pyhumps

0 comments on commit 744c74d

Please sign in to comment.