Skip to content

Commit

Permalink
Merge branch 'ActionRefactorActionsApp' of https://github.com/NTIA/sc…
Browse files Browse the repository at this point in the history
…os-sensor into ActionRefactorActionsApp
  • Loading branch information
dboulware committed Jan 29, 2024
2 parents cd920ac + 5eab69a commit 95ffe14
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
11 changes: 10 additions & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ colorama==0.4.6
colorful==0.5.5
# via ray
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.7
# via -r requirements.txt
defusedxml==0.7.1
Expand Down Expand Up @@ -182,6 +184,10 @@ numpy==1.24.4
# tekrsa-api-wrap
nvidia-ml-py==12.535.133
# via gpustat
oauthlib==3.2.2
# via
# -r requirements.txt
# requests-oauthlib
opencensus==0.11.3
# via ray
opencensus-context==0.1.3
Expand Down Expand Up @@ -285,8 +291,11 @@ requests==2.31.0
# its-preselector
# ray
# requests-mock
# requests-oauthlib
requests-mock==1.11.0
# via -r requirements.txt
requests-oauthlib==1.3.1
# via -r requirements.txt
rpds-py==0.13.2
# via
# -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packaging>=23.0, <24.0
psycopg2-binary>=2.0, <3.0
requests-mock>=1.0, <2.0
requests_oauthlib>=1.0, <2.0
scos_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@discover_action_types
scos_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@5.0.0

# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
Expand Down
5 changes: 5 additions & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ numpy==1.24.4
# scos-actions
# sigmf
# tekrsa-api-wrap
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via
# -r requirements.in
Expand Down Expand Up @@ -132,8 +134,11 @@ requests==2.31.0
# its-preselector
# ray
# requests-mock
# requests-oauthlib
requests-mock==1.11.0
# via -r requirements.in
requests-oauthlib==1.3.1
# via -r requirements.in
rpds-py==0.13.2
# via
# jsonschema
Expand Down

0 comments on commit 95ffe14

Please sign in to comment.