Skip to content

Commit

Permalink
add nats dependencies into job
Browse files Browse the repository at this point in the history
Signed-off-by: Hongjing Chen <[email protected]>
  • Loading branch information
chenhongjing committed Jun 7, 2024
1 parent 0228c86 commit 0239cc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jobs/involuntary-dissolutions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Jinja2==2.11.3
MarkupSafe==1.1.1
Werkzeug==1.0.1
aniso8601==9.0.1
asyncio-nats-client==0.11.4
asyncio-nats-streaming==0.4.0
attrs==23.1.0
blinker==1.4
certifi==2020.12.5
Expand All @@ -15,6 +17,8 @@ flask-jwt-oidc==0.3.0
gunicorn==20.1.0
itsdangerous==1.1.0
jsonschema==4.19.0
nest_asyncio
protobuf==3.15.8
pyasn1==0.4.8
pyrsistent==0.17.3
python-dotenv==0.17.1
Expand All @@ -26,5 +30,5 @@ six==1.15.0
urllib3==1.26.11
requests==2.25.1
cachelib==0.1.1
legal_api[nats] @ git+https://github.com/bcgov/lear.git#egg=legal_api&subdirectory=legal-api
git+https://github.com/bcgov/lear.git#egg=legal_api&subdirectory=legal-api
git+https://github.com/bcgov/[email protected]#egg=registry_schemas
3 changes: 3 additions & 0 deletions jobs/involuntary-dissolutions/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ Flask
Flask-Script
Flask-Moment
Flask-RESTplus
asyncio-nats-client
asyncio-nats-streaming
flask-jwt-oidc>=0.1.5
nest_asyncio
python-dotenv
sentry-sdk[flask]
werkzeug

0 comments on commit 0239cc2

Please sign in to comment.