-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from NTIA/refactor_dependencies
Dependencies and Renaming
- Loading branch information
Showing
18 changed files
with
405 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v2.2.3 | ||
rev: v4.1.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: check-docstring-first | ||
- id: check-yaml | ||
- id: debug-statements | ||
- repo: https://github.com/asottile/seed-isort-config | ||
rev: v1.9.1 | ||
rev: v2.2.0 | ||
hooks: | ||
- id: seed-isort-config | ||
language_version: python3.6 | ||
language_version: python3.7 | ||
- repo: https://github.com/pre-commit/mirrors-isort | ||
rev: v4.3.20 | ||
rev: v5.10.1 | ||
hooks: | ||
- id: isort | ||
language_version: python3.6 | ||
language_version: python3.7 | ||
- repo: https://github.com/ambv/black | ||
rev: stable | ||
rev: 22.1.0 | ||
hooks: | ||
- id: black | ||
language_version: python3.6 | ||
- repo: https://github.com/markdownlint/markdownlint | ||
rev: v0.9.0 | ||
hooks: | ||
- id: markdownlint | ||
args: [-s, .ml_style.rb, README.md] | ||
exclude: GitHubRepoPublicReleaseApproval.md|LICENSE.md | ||
language_version: python3.7 | ||
# TODO markdownlint broken | ||
# - repo: https://github.com/markdownlint/markdownlint | ||
# rev: v0.9.0 | ||
# hooks: | ||
# - id: markdownlint | ||
# args: [-s, .ml_style.rb, README.md] | ||
# exclude: GitHubRepoPublicReleaseApproval.md|LICENSE.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-rrequirements.txt | ||
|
||
black>=22.0, <=23.0 | ||
pre-commit>=2.0, <=3.0 | ||
pytest>=7.0, <8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,156 @@ | ||
-rrequirements.txt | ||
|
||
appdirs==1.4.4 | ||
attrs==20.2.0 | ||
black==19.10b0 | ||
cfgv==3.2.0 | ||
click==7.1.2 | ||
distlib==0.3.1 | ||
filelock==3.0.12 | ||
identify==1.5.5 | ||
importlib-metadata==2.0.0 | ||
importlib-resources==3.0.0 | ||
more-itertools==8.5.0 | ||
nodeenv==1.5.0 | ||
packaging==20.4 | ||
pathspec==0.8.0 | ||
pluggy==0.13.1 | ||
pre-commit==2.6.0 | ||
py==1.9.0 | ||
pyparsing==2.4.7 | ||
pytest==5.4.1 | ||
PyYAML==5.4 | ||
regex==2020.9.27 | ||
six==1.15.0 | ||
toml==0.10.1 | ||
typed-ast==1.4.1 | ||
virtualenv==20.0.33 | ||
wcwidth==0.2.5 | ||
zipp==3.3.0 | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# | ||
# pip-compile requirements-dev.in | ||
# | ||
asgiref==3.5.0 | ||
# via | ||
# -r requirements.txt | ||
# django | ||
attrs==21.4.0 | ||
# via pytest | ||
black==22.3.0 | ||
# via -r requirements-dev.in | ||
certifi==2021.10.8 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
cfgv==3.3.1 | ||
# via pre-commit | ||
charset-normalizer==2.0.12 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
click==8.1.2 | ||
# via black | ||
distlib==0.3.4 | ||
# via virtualenv | ||
django==3.2.12 | ||
# via | ||
# -r requirements.txt | ||
# scos-actions | ||
environs==9.5.0 | ||
# via -r requirements.txt | ||
filelock==3.6.0 | ||
# via virtualenv | ||
identify==2.4.12 | ||
# via pre-commit | ||
idna==3.3 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
importlib-metadata==4.11.3 | ||
# via | ||
# click | ||
# pluggy | ||
# pre-commit | ||
# pytest | ||
# virtualenv | ||
iniconfig==1.1.1 | ||
# via pytest | ||
its-preselector @ git+https://github.com/NTIA/[email protected] | ||
# via | ||
# -r requirements.txt | ||
# scos-actions | ||
marshmallow==3.15.0 | ||
# via | ||
# -r requirements.txt | ||
# environs | ||
mypy-extensions==0.4.3 | ||
# via black | ||
nodeenv==1.6.0 | ||
# via pre-commit | ||
numpy==1.21.5 | ||
# via | ||
# -r requirements.txt | ||
# scipy | ||
# scos-actions | ||
packaging==21.3 | ||
# via | ||
# -r requirements.txt | ||
# marshmallow | ||
# pytest | ||
pathspec==0.9.0 | ||
# via black | ||
platformdirs==2.5.1 | ||
# via | ||
# black | ||
# virtualenv | ||
pluggy==1.0.0 | ||
# via pytest | ||
pre-commit==2.18.1 | ||
# via -r requirements-dev.in | ||
py==1.11.0 | ||
# via pytest | ||
pyparsing==3.0.7 | ||
# via | ||
# -r requirements.txt | ||
# packaging | ||
pytest==7.1.1 | ||
# via -r requirements-dev.in | ||
python-dateutil==2.8.2 | ||
# via | ||
# -r requirements.txt | ||
# scos-actions | ||
python-dotenv==0.20.0 | ||
# via | ||
# -r requirements.txt | ||
# environs | ||
pytz==2022.1 | ||
# via | ||
# -r requirements.txt | ||
# django | ||
pyyaml==6.0 | ||
# via pre-commit | ||
requests==2.27.1 | ||
# via -r requirements.txt | ||
ruamel-yaml==0.17.21 | ||
# via | ||
# -r requirements.txt | ||
# scos-actions | ||
ruamel-yaml-clib==0.2.6 | ||
# via | ||
# -r requirements.txt | ||
# ruamel-yaml | ||
scipy==1.7.3 | ||
# via | ||
# -r requirements.txt | ||
# scos-actions | ||
scos_actions @ git+https://github.com/NTIA/[email protected] | ||
# via -r requirements.txt | ||
sigmf @ git+https://github.com/NTIA/SigMF.git@multi-recording-archive | ||
# via | ||
# -r requirements.txt | ||
# scos-actions | ||
six==1.16.0 | ||
# via | ||
# -r requirements.txt | ||
# python-dateutil | ||
# virtualenv | ||
sqlparse==0.4.2 | ||
# via | ||
# -r requirements.txt | ||
# django | ||
toml==0.10.2 | ||
# via pre-commit | ||
tomli==2.0.1 | ||
# via | ||
# black | ||
# pytest | ||
typed-ast==1.5.2 | ||
# via black | ||
typing-extensions==4.1.1 | ||
# via | ||
# -r requirements.txt | ||
# asgiref | ||
# black | ||
# importlib-metadata | ||
urllib3==1.26.9 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
virtualenv==20.14.0 | ||
# via pre-commit | ||
zipp==3.8.0 | ||
# via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
django>=3.1.13, <4.0 | ||
environs>=9.0, <10.0 | ||
numpy>=1.0, <2.0 | ||
scos_actions @ git+https://github.com/NTIA/[email protected] |
Oops, something went wrong.