Skip to content

Commit

Permalink
tekrsa 7.0.1/actions 10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed May 14, 2024
1 parent 495f6d7 commit eaea031
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
21 changes: 14 additions & 7 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ aiosignal==1.3.1
# -r requirements.txt
# aiohttp
# ray
ansicon==1.89.0
# via jinxed
asgiref==3.7.2
# via
# -r requirements.txt
Expand Down Expand Up @@ -55,13 +57,16 @@ click==8.1.7
# -r requirements.txt
# ray
colorama==0.4.6
# via tox
# via
# -r requirements.txt
# click
# colorful
# pytest
# tox
colorful==0.5.5
# via ray
coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
# via pytest-cov
cryptography==42.0.4
# via -r requirements.txt
defusedxml==0.7.1
Expand Down Expand Up @@ -141,6 +146,8 @@ its-preselector @ git+https://github.com/NTIA/Preselector@3.1.0
# via
# -r requirements.txt
# scos-actions
jinxed==1.2.1
# via blessed
jsonfield==3.1.0
# via -r requirements.txt
jsonschema==4.20.0
Expand Down Expand Up @@ -316,11 +323,11 @@ scipy==1.10.1
# via
# -r requirements.txt
# scos-actions
scos-actions @ git+https://github.com/NTIA/scos-actions@9.0.0
scos-actions @ git+https://github.com/NTIA/scos-actions@10.0.2
# via
# -r requirements.txt
# scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@6.0.0
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@7.0.1
# via -r requirements.txt
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via
Expand All @@ -340,7 +347,7 @@ sqlparse==0.5.0
# via
# -r requirements.txt
# django
tekrsa-api-wrap==1.3.2
tekrsa-api-wrap==1.3.3
# via
# -r requirements.txt
# scos-tekrsa
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@6.0.0
scos_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@7.0.1

# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
Expand Down
8 changes: 5 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via ray
colorama==0.4.6
# via click
cryptography==42.0.4
# via -r requirements.in
defusedxml==0.7.1
Expand Down Expand Up @@ -152,9 +154,9 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.10.1
# via scos-actions
scos-actions @ git+https://github.com/NTIA/scos-actions@9.0.0
scos-actions @ git+https://github.com/NTIA/scos-actions@10.0.2
# via scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@6.0.0
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@7.0.1
# via -r requirements.in
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via scos-actions
Expand All @@ -168,7 +170,7 @@ sqlparse==0.5.0
# via
# -r requirements.in
# django
tekrsa-api-wrap==1.3.2
tekrsa-api-wrap==1.3.3
# via scos-tekrsa
typing-extensions==4.8.0
# via asgiref
Expand Down

0 comments on commit eaea031

Please sign in to comment.