Add Dash
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
parent
57cccac722
commit
a2458c7ed1
13 changed files with 249 additions and 50 deletions
126
requirements.txt
Normal file
126
requirements.txt
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
anyio==3.5.0
|
||||
appnope==0.1.2
|
||||
asgiref==3.5.0
|
||||
asttokens==2.0.5
|
||||
attrs==21.4.0
|
||||
autoflake==1.4
|
||||
backcall==0.2.0
|
||||
beautifulsoup4==4.10.0
|
||||
black==22.3.0
|
||||
blis==0.7.7
|
||||
boto3==1.21.32
|
||||
botocore==1.24.32
|
||||
Brotli==1.0.9
|
||||
catalogue==2.0.7
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.12
|
||||
click==8.0.4
|
||||
cycler==0.11.0
|
||||
cymem==2.0.6
|
||||
dash==2.3.1
|
||||
dash-core-components==2.0.0
|
||||
dash-html-components==2.0.0
|
||||
dash-table==5.0.0
|
||||
debugpy==1.6.0
|
||||
decorator==5.1.1
|
||||
devtools==0.8.0
|
||||
dill==0.3.4
|
||||
en-core-web-lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
|
||||
entrypoints==0.4
|
||||
executing==0.8.3
|
||||
fastapi==0.75.1
|
||||
flake8==4.0.1
|
||||
Flask==2.1.1
|
||||
Flask-Compress==1.11
|
||||
fonttools==4.31.2
|
||||
h11==0.13.0
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.3
|
||||
iniconfig==1.1.1
|
||||
ipykernel==6.11.0
|
||||
ipython==8.2.0
|
||||
isort==5.10.1
|
||||
itsdangerous==2.1.2
|
||||
jedi==0.18.1
|
||||
Jinja2==3.1.1
|
||||
jmespath==1.0.0
|
||||
joblib==1.1.0
|
||||
jupyter-client==7.2.1
|
||||
jupyter-core==4.9.2
|
||||
kiwisolver==1.4.2
|
||||
langcodes==3.3.0
|
||||
langdetect==1.0.9
|
||||
language-data==1.1
|
||||
lxml==4.8.0
|
||||
marisa-trie==0.7.7
|
||||
MarkupSafe==2.1.1
|
||||
matplotlib==3.5.1
|
||||
matplotlib-inline==0.1.3
|
||||
mccabe==0.6.1
|
||||
multiprocess==0.70.12.2
|
||||
murmurhash==1.0.6
|
||||
mypy==0.942
|
||||
mypy-extensions==0.4.3
|
||||
nest-asyncio==1.5.4
|
||||
numpy==1.22.3
|
||||
packaging==21.3
|
||||
pandas==1.4.1
|
||||
parso==0.8.3
|
||||
pathspec==0.9.0
|
||||
pathy==0.6.1
|
||||
pexpect==4.8.0
|
||||
pickleshare==0.7.5
|
||||
Pillow==9.1.0
|
||||
platformdirs==2.5.1
|
||||
plotly==5.7.0
|
||||
pluggy==1.0.0
|
||||
preshed==3.0.6
|
||||
prompt-toolkit==3.0.28
|
||||
psutil==5.9.0
|
||||
ptyprocess==0.7.0
|
||||
pure-eval==0.2.2
|
||||
py==1.11.0
|
||||
pycodestyle==2.8.0
|
||||
pydantic==1.8.2
|
||||
pyflakes==2.4.0
|
||||
Pygments==2.11.2
|
||||
pyparsing==3.0.7
|
||||
pytest==7.1.1
|
||||
python-dateutil==2.8.2
|
||||
pytz==2022.1
|
||||
pyzmq==22.3.0
|
||||
requests==2.27.1
|
||||
s3transfer==0.5.2
|
||||
scikit-learn==1.0.2
|
||||
scipy==1.8.0
|
||||
six==1.16.0
|
||||
smart-open==5.2.1
|
||||
sniffio==1.2.0
|
||||
soupsieve==2.3.1
|
||||
spacy==3.2.4
|
||||
spacy-legacy==3.0.9
|
||||
spacy-loggers==1.0.2
|
||||
srsly==2.4.2
|
||||
stack-data==0.2.0
|
||||
starlette==0.17.1
|
||||
tenacity==8.0.1
|
||||
thinc==8.0.15
|
||||
threadpoolctl==3.1.0
|
||||
tinydb==4.7.0
|
||||
tokenize-rt==4.2.1
|
||||
tomli==2.0.1
|
||||
tornado==6.1
|
||||
tqdm==4.63.1
|
||||
traitlets==5.1.1
|
||||
typer==0.4.1
|
||||
types-requests==2.27.16
|
||||
types-ujson==4.2.1
|
||||
types-urllib3==1.26.11
|
||||
typing_extensions==4.1.1
|
||||
Unidecode==1.3.4
|
||||
urllib3==1.26.9
|
||||
uvicorn==0.17.6
|
||||
wasabi==0.9.1
|
||||
wcwidth==0.2.5
|
||||
Werkzeug==2.1.1
|
||||
zipp==3.8.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue