Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Liblor committed Oct 1, 2022
1 parent 0eb4c02 commit 111eff1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
37 changes: 15 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,33 @@
beautifulsoup4==4.11.1
build==0.8.0
certifi==2022.5.18.1
charset-normalizer==2.0.12
certifi==2022.9.24
charset-normalizer==2.1.1
click==8.1.3
commonmark==0.9.1
cssselect==1.1.0
feedfinder2==0.0.4
feedparser==6.0.10
filelock==3.7.1
idna==3.3
filelock==3.8.0
idna==3.4
jieba3k==0.35.1
joblib==1.1.0
lxml==4.9.0
mccabe==0.6.1
joblib==1.2.0
lxml==4.9.1
newspaper3k==0.2.8
nltk==3.7
packaging==21.3
pep517==0.12.0
Pillow==9.1.1
pycodestyle==2.8.0
Pygments==2.12.0
PyMuPDF==1.19.6
pyparsing==3.0.9
Pillow==9.2.0
Pygments==2.13.0
PyMuPDF==1.20.2
python-dateutil==2.8.2
PyYAML==6.0
regex==2022.6.2
requests==2.28.0
regex==2022.9.13
requests==2.28.1
requests-file==1.5.1
rich==12.4.4
rich==12.5.1
sgmllib3k==1.0.0
six==1.16.0
soupsieve==2.3.2.post1
textual==0.1.18
textual-inputs==0.2.6
tinysegmenter==0.3
tldextract==3.3.0
tomli==2.0.1
tqdm==4.64.0
urllib3==1.26.9
tldextract==3.3.1
tqdm==4.64.1
urllib3==1.26.12
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = knovleks
version = 0.0.2
version = 0.0.3
author = Loris Reiff
author_email = loris.reiff@liblor.ch
license = Apache 2.0
Expand All @@ -10,7 +10,7 @@ long_description_content_type = text/markdown
[options]
packages = find:
install_requires =
PyMuPDF==1.19.6
PyMuPDF==1.20.2
newspaper3k==0.2.8
click==8.1.3
textual==0.1.18
Expand Down

0 comments on commit 111eff1

Please sign in to comment.