freemt
commited on
Commit
·
e4a3eb9
1
Parent(s):
2ff3279
Update poetry export --without-hashes -f requirements.txt -o requirements.txt
Browse files- README.md +4 -1
- README1.md +18 -7
- requirements.txt +30 -26
README.md
CHANGED
|
@@ -12,4 +12,7 @@ license: mit
|
|
| 12 |
|
| 13 |
[](https://github.com/ffreemt/litbee/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](https://badge.fury.io/py/litbee)
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
[](https://github.com/ffreemt/litbee/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](https://badge.fury.io/py/litbee)
|
| 14 |
|
| 15 |
+
To run `litbee` locally, refer to
|
| 16 |
+
[https://github.com/ffreemt/litbee/blob/main/README1.md](https://github.com/ffreemt/litbee/blob/main/README1.md).
|
| 17 |
+
|
| 18 |
+
To host `litbee` on hf spacess, use the first part of this README.md and/or check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
README1.md
CHANGED
|
@@ -1,18 +1,29 @@
|
|
| 1 |
# litbee
|
| 2 |
[](https://github.com/ffreemt/litbee/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](https://badge.fury.io/py/litbee)
|
| 3 |
|
| 4 |
-
litbee (
|
| 5 |
|
| 6 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
```shell
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
#
|
| 12 |
```
|
| 13 |
|
| 14 |
## Use it
|
| 15 |
-
```
|
| 16 |
-
|
| 17 |
|
|
|
|
| 18 |
```
|
|
|
|
| 1 |
# litbee
|
| 2 |
[](https://github.com/ffreemt/litbee/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](https://badge.fury.io/py/litbee)
|
| 3 |
|
| 4 |
+
litbee (currently with ezbee, dzbee and debee), made with streamlit
|
| 5 |
|
| 6 |
+
## clone repo
|
| 7 |
+
```
|
| 8 |
+
git clone https://github.com/ffreemt/litbee
|
| 9 |
+
cd litbee
|
| 10 |
+
```
|
| 11 |
+
|
| 12 |
+
## Pre-install
|
| 13 |
+
Python 3.8 only
|
| 14 |
|
| 15 |
+
`pyicu`, `pycld2` and `fasttext`: refer to `debee`'s pre-install [https://github.com/ffreemt/debee/blob/main/README.md](https://github.com/ffreemt/debee/blob/main/README.md)
|
| 16 |
+
|
| 17 |
+
## Install it
|
| 18 |
```shell
|
| 19 |
+
poetry install
|
| 20 |
+
|
| 21 |
+
# or pip install -r requirements.txt
|
| 22 |
```
|
| 23 |
|
| 24 |
## Use it
|
| 25 |
+
```bash
|
| 26 |
+
python -m streamlit run app.py
|
| 27 |
|
| 28 |
+
# streamlit run app.py
|
| 29 |
```
|
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ appnope==0.1.3; python_full_version >= "3.7.1" and python_version < "4.0" and py
|
|
| 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"
|
| 7 |
aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 8 |
-
asttokens==2.0.5; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version
|
| 9 |
attrs==21.4.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 10 |
backcall==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 11 |
backports.zoneinfo==0.2.1; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.6"
|
|
@@ -14,21 +14,23 @@ 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; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 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 |
debugpy==1.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 25 |
decorator==5.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 26 |
defusedxml==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 27 |
-
dzbee==0.1.
|
| 28 |
entrypoints==0.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 29 |
environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 30 |
-
executing==0.8.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version
|
| 31 |
-
ezbee==0.1.
|
| 32 |
fast-scores==0.1.3a3; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 33 |
fastjsonschema==2.15.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 34 |
fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
|
@@ -38,7 +40,7 @@ gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and
|
|
| 38 |
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"
|
| 39 |
icecream==2.1.2
|
| 40 |
idna==3.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 41 |
-
importlib-metadata==4.11.
|
| 42 |
importlib-resources==5.7.1; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"
|
| 43 |
install==1.3.5; python_version >= "3.5"
|
| 44 |
ipykernel==6.13.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
@@ -47,8 +49,8 @@ ipython==8.3.0; python_full_version >= "3.7.1" and python_version < "4.0" and py
|
|
| 47 |
ipywidgets==7.7.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 48 |
jedi==0.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 49 |
jinja2==3.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
|
| 50 |
-
joblib==1.1.0;
|
| 51 |
-
json-de2zh==0.1.
|
| 52 |
jsonschema==4.5.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 53 |
jupyter-client==7.3.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 54 |
jupyter-core==4.10.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
@@ -66,9 +68,9 @@ nbclient==0.6.3; python_full_version >= "3.7.1" and python_version < "4.0" and p
|
|
| 66 |
nbconvert==6.5.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 67 |
nbformat==5.4.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 68 |
nest-asyncio==1.5.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 69 |
-
nltk==3.7;
|
| 70 |
notebook==6.4.11; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 71 |
-
numpy==1.22.
|
| 72 |
packaging==21.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 73 |
pandas==1.4.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
| 74 |
pandocfilters==1.5.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
@@ -80,7 +82,7 @@ polyglot==16.7.4; python_full_version >= "3.8.3" and python_full_version < "4.0.
|
|
| 80 |
prometheus-client==0.14.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 81 |
prompt-toolkit==3.0.29; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 82 |
protobuf==3.20.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 83 |
-
psutil==5.9.
|
| 84 |
ptyprocess==0.7.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8" and sys_platform != "win32" and os_name != "nt"
|
| 85 |
pure-eval==0.2.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 86 |
py==1.11.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
|
@@ -88,9 +90,9 @@ pyarrow==8.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and py
|
|
| 88 |
pybind11==2.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 89 |
pycparser==2.21; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
| 90 |
pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 91 |
-
pygments==2.12.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version
|
| 92 |
pympler==1.0.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 93 |
-
pyparsing==3.0.9; python_full_version >= "3.
|
| 94 |
pyrsistent==0.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 95 |
python-dateutil==2.8.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 96 |
python-dotenv==0.19.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.6" and python_full_version < "4.0.0"
|
|
@@ -98,44 +100,46 @@ pytz-deprecation-shim==0.1.0.post0; python_full_version >= "3.7.1" and python_ve
|
|
| 98 |
pytz==2022.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 99 |
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"
|
| 100 |
pywinpty==2.0.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and os_name == "nt"
|
| 101 |
-
pyzmq==
|
| 102 |
-
regex==2022.4.24;
|
| 103 |
-
requests==2.27.1; python_full_version >= "3.
|
| 104 |
-
rich==12.4.
|
| 105 |
-
scikit-learn==1.1.1; python_full_version >= "3.8.3" and
|
| 106 |
-
scipy==1.6.1; python_full_version >= "3.8.3" and
|
| 107 |
semver==2.13.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 108 |
send2trash==1.8.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 109 |
set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 110 |
simplejson==3.17.6; python_full_version >= "3.7.1" and python_version < "4.0"
|
| 111 |
-
simplemma==0.3.0;
|
| 112 |
six==1.16.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 113 |
-
sklearn==0.0; python_full_version >= "3.8.3" and
|
| 114 |
smmap==5.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 115 |
soupsieve==2.3.2.post1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 116 |
split-words==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 117 |
stack-data==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 118 |
streamlit-aggrid==0.2.3.post2; python_full_version >= "3.7.1" and python_version < "4.0"
|
| 119 |
streamlit-multipage==0.0.18; python_version >= "3.6"
|
| 120 |
-
streamlit==1.9.
|
| 121 |
terminado==0.15.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 122 |
-
threadpoolctl==3.1.0; python_full_version >= "3.8.3" and
|
| 123 |
tinycss2==1.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 124 |
toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
| 125 |
toolz==0.11.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 126 |
tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 127 |
-
tqdm==4.64.0;
|
| 128 |
traitlets==5.2.1.post0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 129 |
typer==0.4.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 130 |
-
typing-extensions==4.2.0; python_full_version >= "3.8.3" and
|
| 131 |
tzdata==2022.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6" and platform_system == "Windows"
|
| 132 |
tzlocal==4.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 133 |
urllib3==1.26.9; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
| 134 |
validators==0.19.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 135 |
-
watchdog==2.1.8;
|
| 136 |
wcwidth==0.2.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 137 |
webencodings==0.5.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
|
| 138 |
widgetsnbextension==3.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 139 |
win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
|
|
|
|
| 140 |
xlsxwriter==3.0.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.4"
|
| 141 |
zipp==3.8.0; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"
|
|
|
|
| 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"
|
| 7 |
aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 8 |
+
asttokens==2.0.5; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 9 |
attrs==21.4.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 10 |
backcall==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 11 |
backports.zoneinfo==0.2.1; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.6"
|
|
|
|
| 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.6"
|
| 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.1a1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 25 |
+
debee==0.1.0a2; 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"
|
| 27 |
decorator==5.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 28 |
defusedxml==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 29 |
+
dzbee==0.1.1a3; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 30 |
entrypoints==0.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 31 |
environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 32 |
+
executing==0.8.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 33 |
+
ezbee==0.1.0; python_version >= "3.8" and python_version < "4.0"
|
| 34 |
fast-scores==0.1.3a3; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 35 |
fastjsonschema==2.15.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 36 |
fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
|
|
|
| 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 |
icecream==2.1.2
|
| 42 |
idna==3.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 43 |
+
importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 44 |
importlib-resources==5.7.1; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"
|
| 45 |
install==1.3.5; python_version >= "3.5"
|
| 46 |
ipykernel==6.13.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
|
| 49 |
ipywidgets==7.7.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 50 |
jedi==0.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 51 |
jinja2==3.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
|
| 52 |
+
joblib==1.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 53 |
+
json-de2zh==0.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 54 |
jsonschema==4.5.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 55 |
jupyter-client==7.3.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 56 |
jupyter-core==4.10.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
|
| 68 |
nbconvert==6.5.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 69 |
nbformat==5.4.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 70 |
nest-asyncio==1.5.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 71 |
+
nltk==3.7; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 72 |
notebook==6.4.11; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 73 |
+
numpy==1.22.4
|
| 74 |
packaging==21.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 75 |
pandas==1.4.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
| 76 |
pandocfilters==1.5.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
|
| 82 |
prometheus-client==0.14.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 83 |
prompt-toolkit==3.0.29; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 84 |
protobuf==3.20.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 85 |
+
psutil==5.9.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 86 |
ptyprocess==0.7.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8" and sys_platform != "win32" and os_name != "nt"
|
| 87 |
pure-eval==0.2.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 88 |
py==1.11.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
|
|
|
| 90 |
pybind11==2.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 91 |
pycparser==2.21; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
| 92 |
pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 93 |
+
pygments==2.12.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 94 |
pympler==1.0.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 95 |
+
pyparsing==3.0.9; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 96 |
pyrsistent==0.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 97 |
python-dateutil==2.8.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 98 |
python-dotenv==0.19.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.6" and python_full_version < "4.0.0"
|
|
|
|
| 100 |
pytz==2022.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 101 |
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"
|
| 102 |
pywinpty==2.0.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and os_name == "nt"
|
| 103 |
+
pyzmq==23.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 104 |
+
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"
|
| 105 |
+
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"
|
| 106 |
+
rich==12.4.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 107 |
+
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"
|
| 108 |
+
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"
|
| 109 |
semver==2.13.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 110 |
send2trash==1.8.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 111 |
set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 112 |
simplejson==3.17.6; python_full_version >= "3.7.1" and python_version < "4.0"
|
| 113 |
+
simplemma==0.3.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 114 |
six==1.16.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 115 |
+
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"
|
| 116 |
smmap==5.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 117 |
soupsieve==2.3.2.post1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 118 |
split-words==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 119 |
stack-data==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 120 |
streamlit-aggrid==0.2.3.post2; python_full_version >= "3.7.1" and python_version < "4.0"
|
| 121 |
streamlit-multipage==0.0.18; python_version >= "3.6"
|
| 122 |
+
streamlit==1.9.2; python_version >= "3.6"
|
| 123 |
terminado==0.15.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 124 |
+
threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
| 125 |
tinycss2==1.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 126 |
toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
| 127 |
toolz==0.11.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 128 |
tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 129 |
+
tqdm==4.64.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 130 |
traitlets==5.2.1.post0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 131 |
typer==0.4.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 132 |
+
typing-extensions==4.2.0; python_full_version >= "3.8.3" and python_version < "3.9" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 133 |
tzdata==2022.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6" and platform_system == "Windows"
|
| 134 |
tzlocal==4.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 135 |
urllib3==1.26.9; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
| 136 |
validators==0.19.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 137 |
+
watchdog==2.1.8; platform_system != "Darwin" and python_version >= "3.6" and python_full_version >= "3.7.1" and python_version < "4.0"
|
| 138 |
wcwidth==0.2.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
| 139 |
webencodings==0.5.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 140 |
+
wget==3.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 141 |
widgetsnbextension==3.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 142 |
win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
|
| 143 |
+
word2word==1.0.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 144 |
xlsxwriter==3.0.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.4"
|
| 145 |
zipp==3.8.0; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"
|