add the REUSE tool, not that this repo is compliant yet

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-05-03 12:16:43 -05:00
parent 84eddf4b8a
commit a92d0041cf
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 22 additions and 1 deletions

View File

@ -24,3 +24,6 @@ pip-tools # pip-compile
tox<4 # CI stuff tox<4 # CI stuff
tox-wheel # build wheels in tox tox-wheel # build wheels in tox
versioneer # automatic version numbering versioneer # automatic version numbering
# license/copyright tooling
reuse

View File

@ -16,12 +16,22 @@ backports-tarfile==1.1.1
# via jaraco-context # via jaraco-context
bandit==1.7.8 bandit==1.7.8
# via -r requirements/requirements-dev.in # via -r requirements/requirements-dev.in
binaryornot==0.4.4
# via reuse
boolean-py==4.0
# via
# license-expression
# reuse
build==1.2.1 build==1.2.1
# via pip-tools # via pip-tools
certifi==2024.2.2 certifi==2024.2.2
# via requests # via requests
cffi==1.16.0 cffi==1.16.0
# via cryptography # via cryptography
chardet==5.2.0
# via
# binaryornot
# python-debian
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
click==8.1.7 click==8.1.7
@ -112,7 +122,11 @@ jaraco-text==3.12.0
# irc # irc
# jaraco-collections # jaraco-collections
jinja2==3.1.3 jinja2==3.1.3
# via safety # via
# reuse
# safety
license-expression==30.3.0
# via reuse
markdown-it-py==3.0.0 markdown-it-py==3.0.0
# via rich # via rich
markupsafe==2.1.5 markupsafe==2.1.5
@ -185,6 +199,8 @@ pytest-django==4.8.0
# via -r requirements/requirements-dev.in # via -r requirements/requirements-dev.in
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
# via -r requirements/requirements.in # via -r requirements/requirements.in
python-debian==0.1.49
# via reuse
python-mpd2==3.1.1 python-mpd2==3.1.1
# via -r requirements/requirements.in # via -r requirements/requirements.in
pytz==2024.1 pytz==2024.1
@ -197,6 +213,8 @@ pyyaml==6.0.1
# via bandit # via bandit
requests==2.31.0 requests==2.31.0
# via safety # via safety
reuse==3.0.2
# via -r requirements/requirements-dev.in
rich==13.7.1 rich==13.7.1
# via # via
# bandit # bandit