Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Feb 24, 2023
1 parent 1e3e369 commit 311ae7e
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 104 deletions.
62 changes: 37 additions & 25 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,43 @@
aboutcode-toolkit==7.0.2
black==22.6.0
bleach==5.0.1
build==0.7.0
commonmark==0.9.1
aboutcode-toolkit==7.2.0
black==23.1.0
bleach==6.0.0
boolean.py==4.0
cffi==1.15.1
cryptography==39.0.1
docutils==0.19
et-xmlfile==1.1.0
exceptiongroup==1.1.0
execnet==1.9.0
iniconfig==1.1.1
isort==5.10.1
importlib-metadata==6.0.0
iniconfig==2.0.0
jaraco.classes==3.2.3
jeepney==0.8.0
keyring==23.7.0
mypy-extensions==0.4.3
openpyxl==3.0.10
pathspec==0.9.0
pep517==0.12.0
pkginfo==1.8.3
platformdirs==2.5.2
py==1.11.0
pytest==7.1.2
pytest-forked==1.4.0
pytest-xdist==2.5.0
readme-renderer==35.0
requests-toolbelt==0.9.1
jinja2==3.1.2
keyring==23.13.1
license-expression==30.1.0
markdown-it-py==2.2.0
markupsafe==2.1.2
mdurl==0.1.2
more-itertools==9.0.0
mypy-extensions==1.0.0
openpyxl==3.1.1
packageurl-python==0.10.4
packaging==23.0
pathspec==0.11.0
pkginfo==1.9.6
platformdirs==3.0.0
pluggy==1.0.0
pycparser==2.21
pygments==2.14.0
pytest==7.2.1
pytest-xdist==3.2.0
readme-renderer==37.3
requests-toolbelt==0.10.1
rfc3986==2.0.0
rich==12.5.1
secretstorage==3.3.2
rich==13.3.1
secretstorage==3.3.3
six==1.16.0
tomli==2.0.1
tqdm==4.64.0
twine==4.0.1
typing_extensions==4.3.0
twine==4.0.2
webencodings==0.5.1
zipp==3.14.0
85 changes: 12 additions & 73 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,76 +1,15 @@
attrs==21.4.0
banal==1.0.6
beautifulsoup4==4.11.1
binaryornot==0.4.4
boolean.py==4.0
certifi==2022.6.15
cffi==1.15.1
chardet==5.0.0
charset-normalizer==2.1.0
attrs==22.2.0
beautifulsoup4==4.11.2
certifi==2022.12.7
charset-normalizer==3.0.1
click==8.1.3
colorama==0.4.5
construct==2.10.68
container-inspector==31.1.0
cryptography==37.0.4
debian-inspector==31.0.0b1
dockerfile-parse==1.2.0
dparse2==0.6.1
extractcode==31.0.0
extractcode-7z==16.5.210531
extractcode-libarchive==3.5.1.210531
fasteners==0.17.3
fingerprints==1.0.3
ftfy==6.1.1
future==0.18.2
gemfileparser==0.8.0
html5lib==1.1
idna==3.3
importlib-metadata==4.12.0
inflection==0.5.1
intbitset==3.0.1
isodate==0.6.1
jaraco.functools==3.5.1
javaproperties==0.8.1
Jinja2==3.1.2
jsonstreams==0.6.0
license-expression==30.0.0
lxml==4.9.1
MarkupSafe==2.1.1
more-itertools==8.13.0
normality==2.3.3
packageurl-python==0.10.0
packaging==21.3
parameter-expansion-patched==0.3.1
pdfminer.six==20220524
pefile==2022.5.30
pip-requirements-parser==31.2.0
pkginfo2==30.0.0
pluggy==1.0.0
plugincode==31.0.0b1
ply==3.11
publicsuffix2==2.20191221
pyahocorasick==2.0.0b1
pycparser==2.21
pygmars==0.7.0
Pygments==2.12.0
pymaven-patch==0.3.0
pyparsing==3.0.9
pytz==2022.1
idna==3.4
pip==23.0
PyYAML==6.0
rdflib==6.2.0
requests==2.28.1
saneyaml==0.5.2
six==1.16.0
soupsieve==2.3.2.post1
spdx-tools==0.7.0rc0
requests==2.28.2
saneyaml==0.6.0
setuptools==67.1.0
soupsieve==2.4
text-unidecode==1.3
toml==0.10.2
typecode==30.0.0
typecode-libmagic==5.39.210531
typing-extensions==4.3.0
urllib3==1.26.11
urlpy==0.5
wcwidth==0.2.5
webencodings==0.5.1
xmltodict==0.13.0
zipp==3.8.1
urllib3==1.26.14
wheel==0.38.4
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ keywords =
utilities
scancode-toolkit

license_files =
apache-2.0.LICENSE
NOTICE
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.rst

[options]
package_dir = =src
Expand Down

0 comments on commit 311ae7e

Please sign in to comment.