freemt
commited on
Commit
·
f11db08
1
Parent(s):
d18f436
Update
Browse files- pyproject.toml +1 -0
- requirements.txt +13 -2
pyproject.toml
CHANGED
@@ -48,6 +48,7 @@ isort = "isort tests litbee"
|
|
48 |
black = "black tests litbee"
|
49 |
format = ["isort", "black"]
|
50 |
docstyle = "pydocstyle --convention=google tests litbee"
|
|
|
51 |
tunnel = {cmd = "ssh -CN ip_or_hostname_defined_in_hosts -L 9091:127.0.0.1:9091"}
|
52 |
|
53 |
[tool.poetry.dev-dependencies]
|
|
|
48 |
black = "black tests litbee"
|
49 |
format = ["isort", "black"]
|
50 |
docstyle = "pydocstyle --convention=google tests litbee"
|
51 |
+
git = {cmd = "git ac Update && git push && git push github"}
|
52 |
tunnel = {cmd = "ssh -CN ip_or_hostname_defined_in_hosts -L 9091:127.0.0.1:9091"}
|
53 |
|
54 |
[tool.poetry.dev-dependencies]
|
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
about-time==3.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
2 |
alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
3 |
altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
4 |
appnope==0.1.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8" and platform_system == "Darwin" and sys_platform == "darwin"
|
5 |
argon2-cffi-bindings==21.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
6 |
argon2-cffi==21.3.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
@@ -14,13 +15,15 @@ bleach==5.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and pyt
|
|
14 |
blinker==1.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
15 |
cachetools==5.1.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.1"
|
16 |
cchardet==2.1.7
|
17 |
-
certifi==2022.5.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.
|
18 |
cffi==1.15.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
|
|
19 |
charset-normalizer==2.0.12; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
20 |
click==8.0.4; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
21 |
cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0" and python_full_version < "4.0.0"
|
22 |
colorama==0.4.4; python_full_version >= "3.8.3" and sys_platform == "win32" and python_version >= "3.8" and python_full_version < "4.0.0" and python_version < "4.0" and platform_system == "Windows"
|
23 |
commonmark==0.9.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
|
|
24 |
de2en==0.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
25 |
debee==0.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
26 |
debugpy==1.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
@@ -38,9 +41,13 @@ fasttext==0.9.2; python_version >= "3.8" and python_version < "4.0" and python_f
|
|
38 |
gitdb==4.0.9; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
39 |
gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
40 |
grapheme==0.6.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
|
|
41 |
hanzidentifier==1.0.2
|
|
|
|
|
|
|
42 |
icecream==2.1.2
|
43 |
-
idna==3.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.
|
44 |
importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
45 |
importlib-resources==5.7.1; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"
|
46 |
install==1.3.5; python_version >= "3.5"
|
@@ -59,6 +66,7 @@ jupyterlab-pygments==0.2.2; python_full_version >= "3.7.1" and python_version <
|
|
59 |
jupyterlab-widgets==1.1.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
60 |
loguru==0.6.0; python_version >= "3.5"
|
61 |
logzero==1.7.0
|
|
|
62 |
markupsafe==2.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
|
63 |
marshmallow==3.15.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
64 |
matplotlib-inline==0.1.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
@@ -104,8 +112,10 @@ pytz==2022.1; python_full_version >= "3.7.1" and python_version < "4.0" and pyth
|
|
104 |
pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
105 |
pywinpty==2.0.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and os_name == "nt"
|
106 |
pyzmq==23.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
107 |
regex==2022.4.24; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
108 |
requests==2.27.1; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.6" and python_full_version < "4.0.0"
|
|
|
109 |
rich==12.4.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
110 |
scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
111 |
scipy==1.6.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
@@ -117,6 +127,7 @@ simplemma==0.3.0; python_full_version >= "3.8.3" and python_full_version < "4.0.
|
|
117 |
six==1.16.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
118 |
sklearn==0.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
119 |
smmap==5.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
120 |
soupsieve==2.3.2.post1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
121 |
split-words==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
122 |
stack-data==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
|
|
1 |
about-time==3.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
2 |
alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
3 |
altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
4 |
+
anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.7"
|
5 |
appnope==0.1.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8" and platform_system == "Darwin" and sys_platform == "darwin"
|
6 |
argon2-cffi-bindings==21.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
7 |
argon2-cffi==21.3.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
15 |
blinker==1.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
16 |
cachetools==5.1.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.1"
|
17 |
cchardet==2.1.7
|
18 |
+
certifi==2022.5.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
19 |
cffi==1.15.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
20 |
+
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
21 |
charset-normalizer==2.0.12; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
22 |
click==8.0.4; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
23 |
cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0" and python_full_version < "4.0.0"
|
24 |
colorama==0.4.4; python_full_version >= "3.8.3" and sys_platform == "win32" and python_version >= "3.8" and python_full_version < "4.0.0" and python_version < "4.0" and platform_system == "Windows"
|
25 |
commonmark==0.9.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
26 |
+
cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
|
27 |
de2en==0.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
28 |
debee==0.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
29 |
debugpy==1.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
41 |
gitdb==4.0.9; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
42 |
gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
43 |
grapheme==0.6.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
44 |
+
h11==0.12.0; python_version >= "3.7"
|
45 |
hanzidentifier==1.0.2
|
46 |
+
html2text==2020.1.16; python_version >= "3.5"
|
47 |
+
httpcore==0.15.0; python_version >= "3.7"
|
48 |
+
httpx==0.23.0; python_version >= "3.7"
|
49 |
icecream==2.1.2
|
50 |
+
idna==3.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
51 |
importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
52 |
importlib-resources==5.7.1; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"
|
53 |
install==1.3.5; python_version >= "3.5"
|
|
|
66 |
jupyterlab-widgets==1.1.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
67 |
loguru==0.6.0; python_version >= "3.5"
|
68 |
logzero==1.7.0
|
69 |
+
lxml==4.9.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
70 |
markupsafe==2.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
|
71 |
marshmallow==3.15.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
72 |
matplotlib-inline==0.1.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
|
|
112 |
pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
113 |
pywinpty==2.0.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and os_name == "nt"
|
114 |
pyzmq==23.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
115 |
+
readability-lxml==0.8.1
|
116 |
regex==2022.4.24; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
117 |
requests==2.27.1; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.6" and python_full_version < "4.0.0"
|
118 |
+
rfc3986==1.5.0; python_version >= "3.7"
|
119 |
rich==12.4.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
120 |
scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
121 |
scipy==1.6.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
|
|
127 |
six==1.16.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
128 |
sklearn==0.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
129 |
smmap==5.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
130 |
+
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
131 |
soupsieve==2.3.2.post1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
132 |
split-words==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
133 |
stack-data==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|