qeterme commited on
Commit
bf92d62
1 Parent(s): d980980

chore: Updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -15,7 +15,7 @@ certifi==2022.6.15; python_version >= "3.8" and python_version < "4"
15
  cffi==1.15.0; python_version >= "3.7"
16
  charset-normalizer==2.0.12; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.5.0"
17
  click==8.0.4; python_version >= "3.8"
18
- colorama==0.4.5; python_version >= "3.8" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version >= "3.8" and platform_system == "Windows"
19
  cryptography==37.0.2; python_version >= "3.7"
20
  cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
21
  cycler==0.11.0; python_version >= "3.7"
@@ -42,6 +42,7 @@ joblib==1.1.0; python_version >= "3.8"
42
  kiwisolver==1.4.3; python_version >= "3.7"
43
  langcodes==3.3.0; python_version >= "3.8"
44
  linkify-it-py==1.0.3; python_version >= "3.7"
 
45
  lxml==4.9.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
46
  markdown-it-py==2.1.0; python_version >= "3.7" and python_version < "4.0"
47
  markupsafe==2.1.1; python_version >= "3.8"
@@ -88,6 +89,7 @@ smart-open==5.2.1; python_version >= "3.8" and python_version < "4.0"
88
  sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
89
  soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
90
  spacy-alignments==0.8.5; python_version >= "3.6"
 
91
  spacy-experimental==0.4.0; python_version >= "3.6"
92
  spacy-legacy==3.0.9; python_version >= "3.8"
93
  spacy-loggers==1.0.2; python_version >= "3.8"
@@ -112,4 +114,5 @@ uc-micro-py==1.0.1; python_version >= "3.7"
112
  urllib3==1.26.9; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
113
  uvicorn==0.17.6; python_version >= "3.7"
114
  wasabi==0.9.1; python_version >= "3.8"
 
115
  yarl==1.7.2; python_version >= "3.7"
 
15
  cffi==1.15.0; python_version >= "3.7"
16
  charset-normalizer==2.0.12; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.5.0"
17
  click==8.0.4; python_version >= "3.8"
18
+ colorama==0.4.5; python_version >= "3.8" and python_full_version < "3.0.0" and platform_system == "Windows" and sys_platform == "win32" or python_full_version >= "3.5.0" and python_version >= "3.8" and platform_system == "Windows" and sys_platform == "win32"
19
  cryptography==37.0.2; python_version >= "3.7"
20
  cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
21
  cycler==0.11.0; python_version >= "3.7"
 
42
  kiwisolver==1.4.3; python_version >= "3.7"
43
  langcodes==3.3.0; python_version >= "3.8"
44
  linkify-it-py==1.0.3; python_version >= "3.7"
45
+ loguru==0.6.0; python_version >= "3.5"
46
  lxml==4.9.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
47
  markdown-it-py==2.1.0; python_version >= "3.7" and python_version < "4.0"
48
  markupsafe==2.1.1; python_version >= "3.8"
 
89
  sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
90
  soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
91
  spacy-alignments==0.8.5; python_version >= "3.6"
92
+ spacy-dbpedia-spotlight==0.2.2
93
  spacy-experimental==0.4.0; python_version >= "3.6"
94
  spacy-legacy==3.0.9; python_version >= "3.8"
95
  spacy-loggers==1.0.2; python_version >= "3.8"
 
114
  urllib3==1.26.9; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
115
  uvicorn==0.17.6; python_version >= "3.7"
116
  wasabi==0.9.1; python_version >= "3.8"
117
+ win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
118
  yarl==1.7.2; python_version >= "3.7"