Skip to content

Commit

Permalink
Fix deps part2 (#1221)
Browse files Browse the repository at this point in the history
* Add in cloud event.

* Fix for pay-admin and report-api

* Fix requirements

* Missing entries

* Revert requirements.txt

* Small fix
  • Loading branch information
seeker25 authored Aug 1, 2023
1 parent e62bd32 commit f37c255
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pay-admin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ six==1.16.0
urllib3==1.26.9
-e git+https://github.com/bcgov/sbc-pay.git@main#egg=pay-api&subdirectory=pay-api
-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
1 change: 1 addition & 0 deletions report-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ webencodings==0.5.1
zipp==3.15.0
zopfli==0.2.2
-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
2 changes: 2 additions & 0 deletions report-api/requirements/repo-libraries.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-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

0 comments on commit f37c255

Please sign in to comment.