Skip to content

Commit

Permalink
update requirements with cosl
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed May 1, 2024
1 parent 04c46c3 commit ed607d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ charset-normalizer==3.2.0
# via
# -r requirements.txt
# requests
cosl==0.0.11
# via -r requirements.txt
coverage==7.3.0
# via -r requirements-unit.in
deepdiff==6.2.1
Expand Down Expand Up @@ -86,6 +88,7 @@ ops==2.5.0
# -r requirements-unit.in
# -r requirements.txt
# charmed-kubeflow-chisme
# cosl
# serialized-data-interface
ordered-set==4.1.0
# via
Expand All @@ -109,6 +112,7 @@ pyyaml==6.0.1
# via
# -r requirements-unit.in
# -r requirements.txt
# cosl
# lightkube
# ops
# serialized-data-interface
Expand Down Expand Up @@ -140,6 +144,10 @@ tenacity==8.2.2
# charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
typing-extensions==4.11.0
# via
# -r requirements.txt
# cosl
urllib3==2.0.4
# via
# -r requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ jinja2
lightkube
ops
serialized-data-interface
# from prometheus_k8s.v0.prometheus_scrape.py
cosl
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ charmed-kubeflow-chisme==0.2.0
# via -r requirements.in
charset-normalizer==3.2.0
# via requests
cosl==0.0.11
# via -r requirements.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
exceptiongroup==1.1.2
Expand Down Expand Up @@ -54,6 +56,7 @@ ops==2.5.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
# cosl
# serialized-data-interface
ordered-set==4.1.0
# via deepdiff
Expand All @@ -63,6 +66,7 @@ pyrsistent==0.19.3
# via jsonschema
pyyaml==6.0.1
# via
# cosl
# lightkube
# ops
# serialized-data-interface
Expand All @@ -83,6 +87,8 @@ sniffio==1.3.0
# httpx
tenacity==8.2.2
# via charmed-kubeflow-chisme
typing-extensions==4.11.0
# via cosl
urllib3==2.0.4
# via requests
websocket-client==1.6.1
Expand Down

0 comments on commit ed607d0

Please sign in to comment.