Skip to content

Commit

Permalink
drop dependency to joblib
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Apr 7, 2022
1 parent b448731 commit b4d8a53
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 53 deletions.
30 changes: 11 additions & 19 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 2 additions & 33 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,5 @@
alabaster==0.7.12
Babel==2.9.1
certifi==2021.5.30
chardet==4.0.0
charset-normalizer==2.0.7
colorama==0.4.4
commonmark==0.9.1
docutils==0.16
idna==2.10
imagesize==1.2.0
jaconv==0.3
Jinja2==3.0.1
joblib==1.0.1
livereload==2.6.3
MarkupSafe==2.0.1
packaging==20.9
Pygments==2.10.0
kyoto-reader==2.2.0
protobuf==3.19.4
pyknp==0.6.1
pyparsing==2.4.7
pytz==2021.1
recommonmark==0.7.1
requests==2.26.0
six==1.16.0
snowballstemmer==2.1.0
Sphinx==4.3.0
sphinx-autobuild==2021.3.14
sphinx-autodoc-typehints==1.12.0
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tornado==6.1
urllib3==1.26.5
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ packages = find:
install_requires =
pyknp
jaconv
joblib
python_requires = >=3.7, !=3.7.0, !=3.7.1

[options.extras_require]
Expand Down

0 comments on commit b4d8a53

Please sign in to comment.