2022-05-21 01:30:37 +01:00
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "black"
version = "22.3.0"
description = "The uncompromising code formatter."
2022-05-21 01:30:37 +01:00
category = "dev"
optional = false
2022-05-22 18:44:40 +01:00
python-versions = ">=3.6.2"
2022-05-21 01:30:37 +01:00
[ package . dependencies ]
2022-05-22 18:44:40 +01:00
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0"
platformdirs = ">=2"
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2022-05-21 01:30:37 +01:00
[ package . extras ]
2022-05-22 18:44:40 +01:00
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "certifi"
version = "2021.10.8"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "charset-normalizer"
version = "2.0.12"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "dnspython"
version = "2.2.1"
description = "DNS toolkit"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ package . extras ]
dnssec = [ "cryptography (>=2.6,<37.0)" ]
curio = [ "curio (>=1.2,<2.0)" , "sniffio (>=1.1,<2.0)" ]
doh = [ "h2 (>=4.1.0)" , "httpx (>=0.21.1)" , "requests (>=2.23.0,<3.0.0)" , "requests-toolbelt (>=0.9.1,<0.10.0)" ]
idna = [ "idna (>=2.1,<4.0)" ]
trio = [ "trio (>=0.14,<0.20)" ]
wmi = [ "wmi (>=1.5.1,<2.0.0)" ]
[ [ package ] ]
name = "faiss-cpu"
version = "1.7.2"
description = "A library for efficient similarity search and clustering of dense vectors."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "filelock"
version = "3.7.0"
description = "A platform independent file lock."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
2022-05-22 18:44:40 +01:00
[ [ package ] ]
name = "flask"
version = "2.1.2"
description = "A simple framework for building complex web applications."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
click = ">=8.0"
importlib-metadata = { version = ">=3.6.0" , markers = "python_version < \"3.10\"" }
itsdangerous = ">=2.0"
Jinja2 = ">=3.0"
Werkzeug = ">=2.0"
[ package . extras ]
async = [ "asgiref (>=3.2)" ]
dotenv = [ "python-dotenv" ]
[ [ package ] ]
name = "fuzzywuzzy"
version = "0.18.0"
description = "Fuzzy string matching in python"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
speedup = [ "python-levenshtein (>=0.12)" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "greenlet"
version = "1.1.2"
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "huggingface-hub"
version = "0.6.0"
description = "Client library to download and publish models on the huggingface.co hub"
category = "main"
optional = false
python-versions = ">=3.7.0"
[ package . dependencies ]
filelock = "*"
packaging = ">=20.9"
pyyaml = "*"
requests = "*"
tqdm = "*"
typing-extensions = ">=3.7.4.3"
[ package . extras ]
all = [ "pytest" , "datasets" , "soundfile" , "black (>=22.0,<23.0)" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" ]
dev = [ "pytest" , "datasets" , "soundfile" , "black (>=22.0,<23.0)" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" ]
fastai = [ "toml" , "fastai (>=2.4)" , "fastcore (>=1.3.27)" ]
quality = [ "black (>=22.0,<23.0)" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" ]
tensorflow = [ "tensorflow" , "pydot" , "graphviz" ]
testing = [ "pytest" , "datasets" , "soundfile" ]
torch = [ "torch" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "idna"
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "importlib-metadata"
version = "4.11.4"
description = "Read metadata from Python packages"
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-05-22 18:44:40 +01:00
zipp = ">=0.5"
2022-05-21 01:30:37 +01:00
[ package . extras ]
2022-05-22 18:44:40 +01:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
perf = [ "ipython" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" , "importlib-resources (>=1.3)" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "itsdangerous"
version = "2.1.2"
description = "Safely pass data to untrusted environments and back."
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
2022-05-22 18:44:40 +01:00
python-versions = ">=3.7"
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
2022-05-22 18:44:40 +01:00
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "joblib"
version = "1.1.0"
description = "Lightweight pipelining with Python functions"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "loguru"
version = "0.6.0"
description = "Python logging made (stupidly) simple"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
colorama = { version = ">=0.3.4" , markers = "sys_platform == \"win32\"" }
win32-setctime = { version = ">=1.0.0" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
dev = [ "colorama (>=0.3.4)" , "docutils (==0.16)" , "flake8 (>=3.7.7)" , "tox (>=3.9.0)" , "pytest (>=4.6.2)" , "pytest-cov (>=2.7.1)" , "black (>=19.10b0)" , "isort (>=5.1.1)" , "Sphinx (>=4.1.1)" , "sphinx-autobuild (>=0.7.1)" , "sphinx-rtd-theme (>=0.4.3)" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "markupsafe"
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
2022-05-22 18:44:40 +01:00
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
python-versions = ">=3.7"
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
2022-05-21 01:30:37 +01:00
category = "dev"
optional = false
python-versions = "*"
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "nltk"
version = "3.7"
description = "Natural Language Toolkit"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
click = "*"
joblib = "*"
regex = ">=2021.8.3"
tqdm = "*"
[ package . extras ]
all = [ "numpy" , "pyparsing" , "scipy" , "matplotlib" , "twython" , "requests" , "scikit-learn" , "python-crfsuite" ]
corenlp = [ "requests" ]
machine_learning = [ "numpy" , "python-crfsuite" , "scikit-learn" , "scipy" ]
plot = [ "matplotlib" ]
tgrep = [ "pyparsing" ]
twitter = [ "twython" ]
[ [ package ] ]
name = "numpy"
version = "1.22.4"
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
python-versions = ">=3.8"
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
2022-05-21 16:47:23 +01:00
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "pandas"
version = "1.4.2"
description = "Powerful data structures for data analysis, time series, and statistics"
2022-05-22 18:44:40 +01:00
category = "main"
2022-05-21 16:47:23 +01:00
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
numpy = [
{ version = ">=1.18.5" , markers = "platform_machine != \"aarch64\" and platform_machine != \"arm64\" and python_version < \"3.10\"" } ,
{ version = ">=1.19.2" , markers = "platform_machine == \"aarch64\" and python_version < \"3.10\"" } ,
{ version = ">=1.20.0" , markers = "platform_machine == \"arm64\" and python_version < \"3.10\"" } ,
{ version = ">=1.21.0" , markers = "python_version >= \"3.10\"" } ,
]
python-dateutil = ">=2.8.1"
pytz = ">=2020.1"
[ package . extras ]
test = [ "hypothesis (>=5.5.3)" , "pytest (>=6.0)" , "pytest-xdist (>=1.31)" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "pathspec"
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
2022-05-21 01:30:37 +01:00
category = "dev"
optional = false
2022-05-22 18:44:40 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2022-05-21 01:30:37 +01:00
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "pillow"
version = "9.1.1"
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-issues (>=3.0.1)" , "sphinx-removed-in" , "sphinx-rtd-theme (>=1.0)" , "sphinxext-opengraph" ]
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
[ [ package ] ]
name = "pinecone-client"
version = "2.0.10"
description = "Pinecone client and SDK"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
dnspython = ">=2.0.0"
loguru = ">=0.5.0"
python-dateutil = ">=2.5.3"
pyyaml = ">=5.4"
requests = ">=2.19.0"
typing-extensions = ">=3.7.4"
urllib3 = ">=1.21.1"
[ package . extras ]
grpc = [ "grpcio (==1.37.1)" , "grpc-gateway-protoc-gen-openapiv2 (==0.1.0)" , "googleapis-common-protos (==1.53.0)" , "numpy (>=1.18.5,<1.20.0)" , "lz4 (==3.1.3)" , "protobuf (==3.13.0)" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "platformdirs"
version = "2.5.2"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2022-05-21 01:30:37 +01:00
category = "dev"
optional = false
2022-05-22 18:44:40 +01:00
python-versions = ">=3.7"
2022-05-21 01:30:37 +01:00
[ package . extras ]
2022-05-22 18:44:40 +01:00
docs = [ "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" , "sphinx (>=4)" ]
test = [ "appdirs (==1.4.4)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" , "pytest (>=6)" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "pyparsing"
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2022-05-21 16:47:23 +01:00
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
python-versions = ">=3.6.8"
[ package . extras ]
diagrams = [ "railroad-diagrams" , "jinja2" ]
[ [ package ] ]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
2022-05-22 18:44:40 +01:00
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2022-05-21 16:47:23 +01:00
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "python-levenshtein"
version = "0.12.2"
description = "Python extension for computing string edit distances and similarities."
category = "main"
2022-05-21 16:47:23 +01:00
optional = false
python-versions = "*"
2022-05-21 01:30:37 +01:00
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "pytz"
version = "2022.1"
description = "World timezone definitions, modern and historical"
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
python-versions = "*"
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "regex"
version = "2022.4.24"
description = "Alternative regular expression module, to replace re."
category = "main"
optional = false
python-versions = ">=3.6"
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "requests"
version = "2.27.1"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "scikit-learn"
version = "1.1.1"
description = "A set of python modules for machine learning and data mining"
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
joblib = ">=1.0.0"
numpy = ">=1.17.3"
scipy = ">=1.3.2"
threadpoolctl = ">=2.0.0"
[ package . extras ]
benchmark = [ "matplotlib (>=3.1.2)" , "pandas (>=1.0.5)" , "memory-profiler (>=0.57.0)" ]
docs = [ "matplotlib (>=3.1.2)" , "scikit-image (>=0.14.5)" , "pandas (>=1.0.5)" , "seaborn (>=0.9.0)" , "memory-profiler (>=0.57.0)" , "sphinx (>=4.0.1)" , "sphinx-gallery (>=0.7.0)" , "numpydoc (>=1.2.0)" , "Pillow (>=7.1.2)" , "sphinx-prompt (>=1.3.0)" , "sphinxext-opengraph (>=0.4.2)" ]
examples = [ "matplotlib (>=3.1.2)" , "scikit-image (>=0.14.5)" , "pandas (>=1.0.5)" , "seaborn (>=0.9.0)" ]
tests = [ "matplotlib (>=3.1.2)" , "scikit-image (>=0.14.5)" , "pandas (>=1.0.5)" , "pytest (>=5.0.1)" , "pytest-cov (>=2.9.0)" , "flake8 (>=3.8.2)" , "black (>=22.3.0)" , "mypy (>=0.770)" , "pyamg (>=4.0.0)" , "numpydoc (>=1.2.0)" ]
[ [ package ] ]
name = "scipy"
version = "1.6.1"
description = "SciPy: Scientific Library for Python"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = ">=1.16.5"
[ [ package ] ]
name = "sentence-transformers"
version = "2.2.0"
description = "Multilingual text embeddings"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
huggingface-hub = "*"
nltk = "*"
numpy = "*"
scikit-learn = "*"
scipy = "*"
sentencepiece = "*"
torch = ">=1.6.0"
torchvision = "*"
tqdm = "*"
transformers = ">=4.6.0,<5.0.0"
[ [ package ] ]
name = "sentencepiece"
version = "0.1.96"
description = "SentencePiece python wrapper"
category = "main"
optional = false
python-versions = "*"
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
2022-05-22 18:44:40 +01:00
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "sqlalchemy"
version = "1.4.36"
description = "Database Abstraction Library"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")" }
[ package . extras ]
aiomysql = [ "greenlet (!=0.4.17)" , "aiomysql" ]
aiosqlite = [ "typing_extensions (!=3.10.0.1)" , "greenlet (!=0.4.17)" , "aiosqlite" ]
asyncio = [ "greenlet (!=0.4.17)" ]
asyncmy = [ "greenlet (!=0.4.17)" , "asyncmy (>=0.2.3,!=0.2.4)" ]
mariadb_connector = [ "mariadb (>=1.0.1)" ]
mssql = [ "pyodbc" ]
mssql_pymssql = [ "pymssql" ]
mssql_pyodbc = [ "pyodbc" ]
mypy = [ "sqlalchemy2-stubs" , "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0,<2)" , "mysqlclient (>=1.4.0)" ]
mysql_connector = [ "mysql-connector-python" ]
oracle = [ "cx_oracle (>=7,<8)" , "cx_oracle (>=7)" ]
postgresql = [ "psycopg2 (>=2.7)" ]
postgresql_asyncpg = [ "greenlet (!=0.4.17)" , "asyncpg" ]
postgresql_pg8000 = [ "pg8000 (>=1.16.6)" ]
postgresql_psycopg2binary = [ "psycopg2-binary" ]
postgresql_psycopg2cffi = [ "psycopg2cffi" ]
pymysql = [ "pymysql (<1)" , "pymysql" ]
sqlcipher = [ "sqlcipher3-binary" ]
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "threadpoolctl"
version = "3.1.0"
description = "threadpoolctl"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "tokenizers"
version = "0.12.1"
description = "Fast and Customizable Tokenizers"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" , "setuptools-rust" ]
testing = [ "pytest" , "requests" , "numpy" , "datasets" ]
2022-05-22 18:44:40 +01:00
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.7"
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "torch"
version = "1.11.0"
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
category = "main"
optional = false
python-versions = ">=3.7.0"
[ package . dependencies ]
typing-extensions = "*"
[ [ package ] ]
name = "torchvision"
version = "0.12.0"
description = "image and video datasets and models for torch deep learning"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = "*"
pillow = ">=5.3.0,<8.3.0 || >=8.4.0"
requests = "*"
torch = "*"
typing-extensions = "*"
[ package . extras ]
scipy = [ "scipy" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "tqdm"
version = "4.64.0"
description = "Fast, Extensible Progress Meter"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
slack = [ "slack-sdk" ]
telegram = [ "requests" ]
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "transformers"
version = "4.19.2"
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
category = "main"
optional = false
python-versions = ">=3.7.0"
[ package . dependencies ]
filelock = "*"
huggingface-hub = ">=0.1.0,<1.0"
numpy = ">=1.17"
packaging = ">=20.0"
pyyaml = ">=5.1"
regex = "!=2019.12.17"
requests = "*"
tokenizers = ">=0.11.1,<0.11.3 || >0.11.3,<0.13"
tqdm = ">=4.27"
[ package . extras ]
all = [ "tensorflow (>=2.3)" , "onnxconverter-common" , "tf2onnx" , "torch (>=1.0)" , "jax (>=0.2.8,!=0.3.2,<=0.3.6)" , "jaxlib (>=0.1.65,<=0.3.6)" , "flax (>=0.3.5)" , "optax (>=0.0.8)" , "sentencepiece (>=0.1.91,!=0.1.92)" , "protobuf" , "tokenizers (>=0.11.1,!=0.11.3,<0.13)" , "torchaudio" , "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" , "pillow" , "optuna" , "ray" , "sigopt" , "timm" , "codecarbon (==1.2.0)" ]
audio = [ "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" ]
codecarbon = [ "codecarbon (==1.2.0)" ]
deepspeed = [ "deepspeed (>=0.6.4)" ]
deepspeed-testing = [ "deepspeed (>=0.6.4)" , "pytest" , "pytest-xdist" , "timeout-decorator" , "parameterized" , "psutil" , "datasets" , "pytest-timeout" , "black (>=22.0,<23.0)" , "sacrebleu (>=1.4.12,<2.0.0)" , "rouge-score" , "nltk" , "GitPython (<3.1.19)" , "hf-doc-builder (>=0.3.0)" , "sacremoses" , "rjieba" , "faiss-cpu" , "cookiecutter (==1.7.3)" , "optuna" ]
dev = [ "tensorflow (>=2.3)" , "onnxconverter-common" , "tf2onnx" , "torch (>=1.0)" , "jax (>=0.2.8,!=0.3.2,<=0.3.6)" , "jaxlib (>=0.1.65,<=0.3.6)" , "flax (>=0.3.5)" , "optax (>=0.0.8)" , "sentencepiece (>=0.1.91,!=0.1.92)" , "protobuf" , "tokenizers (>=0.11.1,!=0.11.3,<0.13)" , "torchaudio" , "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" , "pillow" , "optuna" , "ray" , "sigopt" , "timm" , "codecarbon (==1.2.0)" , "pytest" , "pytest-xdist" , "timeout-decorator" , "parameterized" , "psutil" , "datasets" , "pytest-timeout" , "black (>=22.0,<23.0)" , "sacrebleu (>=1.4.12,<2.0.0)" , "rouge-score" , "nltk" , "GitPython (<3.1.19)" , "hf-doc-builder (>=0.3.0)" , "sacremoses" , "rjieba" , "faiss-cpu" , "cookiecutter (==1.7.3)" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" , "fugashi (>=1.0)" , "ipadic (>=1.0.0,<2.0)" , "unidic-lite (>=1.0.7)" , "unidic (>=1.0.2)" , "hf-doc-builder" , "scikit-learn" ]
dev-tensorflow = [ "pytest" , "pytest-xdist" , "timeout-decorator" , "parameterized" , "psutil" , "datasets" , "pytest-timeout" , "black (>=22.0,<23.0)" , "sacrebleu (>=1.4.12,<2.0.0)" , "rouge-score" , "nltk" , "GitPython (<3.1.19)" , "hf-doc-builder (>=0.3.0)" , "sacremoses" , "rjieba" , "faiss-cpu" , "cookiecutter (==1.7.3)" , "tensorflow (>=2.3)" , "onnxconverter-common" , "tf2onnx" , "sentencepiece (>=0.1.91,!=0.1.92)" , "protobuf" , "tokenizers (>=0.11.1,!=0.11.3,<0.13)" , "pillow" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" , "hf-doc-builder" , "scikit-learn" , "onnxruntime (>=1.4.0)" , "onnxruntime-tools (>=1.4.2)" , "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" ]
dev-torch = [ "pytest" , "pytest-xdist" , "timeout-decorator" , "parameterized" , "psutil" , "datasets" , "pytest-timeout" , "black (>=22.0,<23.0)" , "sacrebleu (>=1.4.12,<2.0.0)" , "rouge-score" , "nltk" , "GitPython (<3.1.19)" , "hf-doc-builder (>=0.3.0)" , "sacremoses" , "rjieba" , "faiss-cpu" , "cookiecutter (==1.7.3)" , "torch (>=1.0)" , "sentencepiece (>=0.1.91,!=0.1.92)" , "protobuf" , "tokenizers (>=0.11.1,!=0.11.3,<0.13)" , "torchaudio" , "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" , "pillow" , "optuna" , "ray" , "sigopt" , "timm" , "codecarbon (==1.2.0)" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" , "fugashi (>=1.0)" , "ipadic (>=1.0.0,<2.0)" , "unidic-lite (>=1.0.7)" , "unidic (>=1.0.2)" , "hf-doc-builder" , "scikit-learn" , "onnxruntime (>=1.4.0)" , "onnxruntime-tools (>=1.4.2)" ]
docs = [ "tensorflow (>=2.3)" , "onnxconverter-common" , "tf2onnx" , "torch (>=1.0)" , "jax (>=0.2.8,!=0.3.2,<=0.3.6)" , "jaxlib (>=0.1.65,<=0.3.6)" , "flax (>=0.3.5)" , "optax (>=0.0.8)" , "sentencepiece (>=0.1.91,!=0.1.92)" , "protobuf" , "tokenizers (>=0.11.1,!=0.11.3,<0.13)" , "torchaudio" , "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" , "pillow" , "optuna" , "ray" , "sigopt" , "timm" , "codecarbon (==1.2.0)" , "hf-doc-builder" ]
docs_specific = [ "hf-doc-builder" ]
fairscale = [ "fairscale (>0.3)" ]
flax = [ "jax (>=0.2.8,!=0.3.2,<=0.3.6)" , "jaxlib (>=0.1.65,<=0.3.6)" , "flax (>=0.3.5)" , "optax (>=0.0.8)" ]
flax-speech = [ "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" ]
ftfy = [ "ftfy" ]
integrations = [ "optuna" , "ray" , "sigopt" ]
ja = [ "fugashi (>=1.0)" , "ipadic (>=1.0.0,<2.0)" , "unidic-lite (>=1.0.7)" , "unidic (>=1.0.2)" ]
modelcreation = [ "cookiecutter (==1.7.3)" ]
onnx = [ "onnxconverter-common" , "tf2onnx" , "onnxruntime (>=1.4.0)" , "onnxruntime-tools (>=1.4.2)" ]
onnxruntime = [ "onnxruntime (>=1.4.0)" , "onnxruntime-tools (>=1.4.2)" ]
optuna = [ "optuna" ]
quality = [ "black (>=22.0,<23.0)" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" , "GitPython (<3.1.19)" , "hf-doc-builder (>=0.3.0)" ]
ray = [ "ray" ]
retrieval = [ "faiss-cpu" , "datasets" ]
sagemaker = [ "sagemaker (>=2.31.0)" ]
sentencepiece = [ "sentencepiece (>=0.1.91,!=0.1.92)" , "protobuf" ]
serving = [ "pydantic" , "uvicorn" , "fastapi" , "starlette" ]
sigopt = [ "sigopt" ]
sklearn = [ "scikit-learn" ]
speech = [ "torchaudio" , "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" ]
testing = [ "pytest" , "pytest-xdist" , "timeout-decorator" , "parameterized" , "psutil" , "datasets" , "pytest-timeout" , "black (>=22.0,<23.0)" , "sacrebleu (>=1.4.12,<2.0.0)" , "rouge-score" , "nltk" , "GitPython (<3.1.19)" , "hf-doc-builder (>=0.3.0)" , "sacremoses" , "rjieba" , "faiss-cpu" , "cookiecutter (==1.7.3)" ]
tf = [ "tensorflow (>=2.3)" , "onnxconverter-common" , "tf2onnx" ]
tf-cpu = [ "tensorflow-cpu (>=2.3)" , "onnxconverter-common" , "tf2onnx" ]
tf-speech = [ "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" ]
timm = [ "timm" ]
tokenizers = [ "tokenizers (>=0.11.1,!=0.11.3,<0.13)" ]
torch = [ "torch (>=1.0)" ]
torch-speech = [ "torchaudio" , "librosa" , "pyctcdecode (>=0.3.0)" , "phonemizer" ]
torchhub = [ "filelock" , "huggingface-hub (>=0.1.0,<1.0)" , "importlib-metadata" , "numpy (>=1.17)" , "packaging (>=20.0)" , "protobuf" , "regex (!=2019.12.17)" , "requests" , "sentencepiece (>=0.1.91,!=0.1.92)" , "torch (>=1.0)" , "tokenizers (>=0.11.1,!=0.11.3,<0.13)" , "tqdm (>=4.27)" ]
vision = [ "pillow" ]
[ [ package ] ]
name = "typing-extensions"
version = "4.2.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
2022-05-21 01:30:37 +01:00
[ [ package ] ]
name = "urllib3"
version = "1.26.9"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "waitress"
version = "2.1.1"
description = "Waitress WSGI server"
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
2022-05-22 18:44:40 +01:00
python-versions = ">=3.7.0"
2022-05-21 01:30:37 +01:00
2022-05-22 18:44:40 +01:00
[ package . extras ]
docs = [ "Sphinx (>=1.8.1)" , "docutils" , "pylons-sphinx-themes (>=1.0.9)" ]
testing = [ "pytest" , "pytest-cover" , "coverage (>=5.0)" ]
2022-05-21 01:30:37 +01:00
[ [ package ] ]
2022-05-22 18:44:40 +01:00
name = "werkzeug"
version = "2.1.2"
description = "The comprehensive WSGI web application library."
category = "main"
2022-05-21 01:30:37 +01:00
optional = false
2022-05-22 18:44:40 +01:00
python-versions = ">=3.7"
2022-05-21 01:30:37 +01:00
2022-05-22 18:44:40 +01:00
[ package . extras ]
watchdog = [ "watchdog" ]
2022-05-21 01:30:37 +01:00
2022-05-21 16:47:23 +01:00
[ [ package ] ]
name = "win32-setctime"
version = "1.1.0"
description = "A small Python utility to set file creation time on Windows"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
dev = [ "pytest (>=4.6.2)" , "black (>=19.3b0)" ]
2022-05-22 18:44:40 +01:00
[ [ package ] ]
name = "zipp"
version = "3.8.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" ]
2022-05-21 01:30:37 +01:00
[ metadata ]
lock-version = "1.1"
python-versions = "^3.9"
2022-05-22 18:44:40 +01:00
content-hash = "1ec321a571d3a02b7cd5a4a53f46d36394d0590c2b9da1876259342f03fad5d8"
2022-05-21 01:30:37 +01:00
[ metadata . files ]
2022-05-22 18:44:40 +01:00
black = [
{ file = "black-22.3.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:2497f9c2386572e28921fa8bec7be3e51de6801f7459dffd6e62492531c47e09" } ,
{ file = "black-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5795a0375eb87bfe902e80e0c8cfaedf8af4d49694d69161e5bd3206c18618bb" } ,
{ file = "black-22.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e3556168e2e5c49629f7b0f377070240bd5511e45e25a4497bb0073d9dda776a" } ,
{ file = "black-22.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:67c8301ec94e3bcc8906740fe071391bce40a862b7be0b86fb5382beefecd968" } ,
{ file = "black-22.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:fd57160949179ec517d32ac2ac898b5f20d68ed1a9c977346efbac9c2f1e779d" } ,
{ file = "black-22.3.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:cc1e1de68c8e5444e8f94c3670bb48a2beef0e91dddfd4fcc29595ebd90bb9ce" } ,
{ file = "black-22.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6d2fc92002d44746d3e7db7cf9313cf4452f43e9ea77a2c939defce3b10b5c82" } ,
{ file = "black-22.3.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:a6342964b43a99dbc72f72812bf88cad8f0217ae9acb47c0d4f141a6416d2d7b" } ,
{ file = "black-22.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:328efc0cc70ccb23429d6be184a15ce613f676bdfc85e5fe8ea2a9354b4e9015" } ,
{ file = "black-22.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:06f9d8846f2340dfac80ceb20200ea5d1b3f181dd0556b47af4e8e0b24fa0a6b" } ,
{ file = "black-22.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:ad4efa5fad66b903b4a5f96d91461d90b9507a812b3c5de657d544215bb7877a" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8477ec6bbfe0312c128e74644ac8a02ca06bcdb8982d4ee06f209be28cdf163" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:637a4014c63fbf42a692d22b55d8ad6968a946b4a6ebc385c5505d9625b6a464" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:863714200ada56cbc366dc9ae5291ceb936573155f8bf8e9de92aef51f3ad0f0" } ,
{ file = "black-22.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10dbe6e6d2988049b4655b2b739f98785a884d4d6b85bc35133a8fb9a2233176" } ,
{ file = "black-22.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:cee3e11161dde1b2a33a904b850b0899e0424cc331b7295f2a9698e79f9a69a0" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:5891ef8abc06576985de8fa88e95ab70641de6c1fca97e2a15820a9b69e51b20" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:30d78ba6bf080eeaf0b7b875d924b15cd46fec5fd044ddfbad38c8ea9171043a" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ee8f1f7228cce7dffc2b464f07ce769f478968bfb3dd1254a4c2eeed84928aad" } ,
{ file = "black-22.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6ee227b696ca60dd1c507be80a6bc849a5a6ab57ac7352aad1ffec9e8b805f21" } ,
{ file = "black-22.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:9b542ced1ec0ceeff5b37d69838106a6348e60db7b8fdd245294dc1d26136265" } ,
{ file = "black-22.3.0-py3-none-any.whl" , hash = "sha256:bc58025940a896d7e5356952228b68f793cf5fcb342be703c3a2669a1488cb72" } ,
{ file = "black-22.3.0.tar.gz" , hash = "sha256:35020b8886c022ced9282b51b5a875b6d1ab0c387b31a065b84db7c33085ca79" } ,
2022-05-21 01:30:37 +01:00
]
certifi = [
{ file = "certifi-2021.10.8-py2.py3-none-any.whl" , hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569" } ,
{ file = "certifi-2021.10.8.tar.gz" , hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" } ,
]
charset-normalizer = [
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
]
2022-05-21 16:47:23 +01:00
click = [
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
]
2022-05-21 01:30:37 +01:00
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
2022-05-21 16:47:23 +01:00
dnspython = [
{ file = "dnspython-2.2.1-py3-none-any.whl" , hash = "sha256:a851e51367fb93e9e1361732c1d60dab63eff98712e503ea7d92e6eccb109b4f" } ,
{ file = "dnspython-2.2.1.tar.gz" , hash = "sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e" } ,
]
faiss-cpu = [
{ file = "faiss-cpu-1.7.2.tar.gz" , hash = "sha256:f7ea89de997f55764e3710afaf0a457b2529252f99ee63510d4d9348d5b419dd" } ,
{ file = "faiss_cpu-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b7461f989d757917a3e6dc81eb171d0b563eb98d23ebaf7fc6684d0093ba267e" } ,
{ file = "faiss_cpu-1.7.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c4c80080a07babb78a1570eb2a8f22d782a958bd02c7a8e2e7d0668d445239c8" } ,
{ file = "faiss_cpu-1.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:437cb28a1f693ec304f572cdd306e4a79fca7d193ded6a183b74166a51d2fa8c" } ,
{ file = "faiss_cpu-1.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e2998a37a46c6ffb6f79ac7dcbe8ab5959ff8c343766e2eaf6cf98d057913fe0" } ,
{ file = "faiss_cpu-1.7.2-cp310-cp310-win_amd64.whl" , hash = "sha256:0c486f20603a552e42ba8c7aa8d2cfbbc4e850aa258fb87aacd8a841fa61bbae" } ,
{ file = "faiss_cpu-1.7.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:12e20c60fcfe3e479cd17b2d80b448ec979b0513f6d2ff1a9815a0783d2e727f" } ,
{ file = "faiss_cpu-1.7.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:025fae41492ca399e9c59dcc4515d29768b74b9cd43b006dbfa9b82c623f8c8a" } ,
{ file = "faiss_cpu-1.7.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e207b8d30017bc7148d7dd24cf38b3228fc2f979c6ba1f86cf2fbe7d1bb3f5a0" } ,
{ file = "faiss_cpu-1.7.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:b61fcc21de14c2a9abadb1798c108e489b5e17a2ace6b294f799cf233ac415b5" } ,
{ file = "faiss_cpu-1.7.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:811ce60c52c9964477f4cf99e67a75292d7cbaf3c952b1fb2bfca5ab1d2e6b0c" } ,
{ file = "faiss_cpu-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6c08c3a88d82d6e3cfa9c41d81e6ec2982476edb2f53cbd62f2122e0daca4205" } ,
{ file = "faiss_cpu-1.7.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9ced552b3c6fa2c12437aa8d050489e729bb27277608345846e43ebf37d0a147" } ,
{ file = "faiss_cpu-1.7.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:4e6274a5691c003a9d6548de3463ffa81bb325b5bd22240ab6f4057e6e12aad1" } ,
{ file = "faiss_cpu-1.7.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9bb786e0a53b5ecb3a124706e54227ee4f4c8a7adcf026258ac56fbf9c2d9431" } ,
{ file = "faiss_cpu-1.7.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:61e3956fb88ee8a06651159a85d650bfc00376a909581ab998bbcf976b71cdf9" } ,
{ file = "faiss_cpu-1.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:210b8f8f1d217488a66c95746817292e97d5e234dbd5e00a1d24b7757afcb48c" } ,
{ file = "faiss_cpu-1.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f98215a3c29e905e63fa5890e78c91e03f59d114d2f474d66c1105a78b140674" } ,
{ file = "faiss_cpu-1.7.2-cp38-cp38-win_amd64.whl" , hash = "sha256:ea2ebf539bddb4a0ef3fa3aedabe2a0715a5009bb200e7b55faab81732a69b96" } ,
{ file = "faiss_cpu-1.7.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3ef5cceaebb10015956242beb7cd144097d9b351bdf7d266e940d97a4d00b6d8" } ,
{ file = "faiss_cpu-1.7.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:53ff9b0ea102697c043620b95438fea70ecb875f8652fb9445a4fb01d7d86a0d" } ,
{ file = "faiss_cpu-1.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:15b77e3aa14544c0f2189c9cde7aa4e876586bd0c0d1c1b89b52a954d6752d2a" } ,
{ file = "faiss_cpu-1.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a8a55bbd52c74de741df48732895c77baa3230fd9c7a01647ff420807b5e2273" } ,
{ file = "faiss_cpu-1.7.2-cp39-cp39-win_amd64.whl" , hash = "sha256:9492c98990b1184de0edf5232e5ab8c2a1ceebc54d0fc30e3fac9d75a4914985" } ,
]
filelock = [
{ file = "filelock-3.7.0-py3-none-any.whl" , hash = "sha256:c7b5fdb219b398a5b28c8e4c1893ef5f98ece6a38c6ab2c22e26ec161556fed6" } ,
{ file = "filelock-3.7.0.tar.gz" , hash = "sha256:b795f1b42a61bbf8ec7113c341dad679d772567b936fbd1bf43c9a238e673e20" } ,
]
2022-05-22 18:44:40 +01:00
flask = [
{ file = "Flask-2.1.2-py3-none-any.whl" , hash = "sha256:fad5b446feb0d6db6aec0c3184d16a8c1f6c3e464b511649c8918a9be100b4fe" } ,
{ file = "Flask-2.1.2.tar.gz" , hash = "sha256:315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477" } ,
]
fuzzywuzzy = [
{ file = "fuzzywuzzy-0.18.0-py2.py3-none-any.whl" , hash = "sha256:928244b28db720d1e0ee7587acf660ea49d7e4c632569cad4f1cd7e68a5f0993" } ,
{ file = "fuzzywuzzy-0.18.0.tar.gz" , hash = "sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8" } ,
]
2022-05-21 01:30:37 +01:00
greenlet = [
{ file = "greenlet-1.1.2-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:58df5c2a0e293bf665a51f8a100d3e9956febfbf1d9aaf8c0677cf70218910c6" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:aec52725173bd3a7b56fe91bc56eccb26fbdff1386ef123abb63c84c5b43b63a" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:833e1551925ed51e6b44c800e71e77dacd7e49181fdc9ac9a0bf3714d515785d" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win32.whl" , hash = "sha256:aa5b467f15e78b82257319aebc78dd2915e4c1436c3c0d1ad6f53e47ba6e2713" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:40b951f601af999a8bf2ce8c71e8aaa4e8c6f78ff8afae7b808aae2dc50d4c40" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:95e69877983ea39b7303570fa6760f81a3eec23d0e3ab2021b7144b94d06202d" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:356b3576ad078c89a6107caa9c50cc14e98e3a6c4874a37c3e0273e4baf33de8" } ,
{ file = "greenlet-1.1.2-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8639cadfda96737427330a094476d4c7a56ac03de7265622fcf4cfe57c8ae18d" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:97e5306482182170ade15c4b0d8386ded995a07d7cc2ca8f27958d34d6736497" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e6a36bb9474218c7a5b27ae476035497a6990e21d04c279884eb10d9b290f1b1" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:abb7a75ed8b968f3061327c433a0fbd17b729947b400747c334a9c29a9af6c58" } ,
{ file = "greenlet-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b336501a05e13b616ef81ce329c0e09ac5ed8c732d9ba7e3e983fcc1a9e86965" } ,
{ file = "greenlet-1.1.2-cp310-cp310-win_amd64.whl" , hash = "sha256:14d4f3cd4e8b524ae9b8aa567858beed70c392fdec26dbdb0a8a418392e71708" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:17ff94e7a83aa8671a25bf5b59326ec26da379ace2ebc4411d690d80a7fbcf23" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9f3cba480d3deb69f6ee2c1825060177a22c7826431458c697df88e6aeb3caee" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:fa877ca7f6b48054f847b61d6fa7bed5cebb663ebc55e018fda12db09dcc664c" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win32.whl" , hash = "sha256:7cbd7574ce8e138bda9df4efc6bf2ab8572c9aff640d8ecfece1b006b68da963" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:903bbd302a2378f984aef528f76d4c9b1748f318fe1294961c072bdc7f2ffa3e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:049fe7579230e44daef03a259faa24511d10ebfa44f69411d99e6a184fe68073" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:dd0b1e9e891f69e7675ba5c92e28b90eaa045f6ab134ffe70b52e948aa175b3c" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:7418b6bfc7fe3331541b84bb2141c9baf1ec7132a7ecd9f375912eca810e714e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f9d29ca8a77117315101425ec7ec2a47a22ccf59f5593378fc4077ac5b754fce" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:21915eb821a6b3d9d8eefdaf57d6c345b970ad722f856cd71739493ce003ad08" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eff9d20417ff9dcb0d25e2defc2574d10b491bf2e693b4e491914738b7908168" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b8c008de9d0daba7b6666aa5bbfdc23dcd78cafc33997c9b7741ff6353bafb7f" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win32.whl" , hash = "sha256:32ca72bbc673adbcfecb935bb3fb1b74e663d10a4b241aaa2f5a75fe1d1f90aa" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:f0214eb2a23b85528310dad848ad2ac58e735612929c8072f6093f3585fd342d" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:b92e29e58bef6d9cfd340c72b04d74c4b4e9f70c9fa7c78b674d1fec18896dc4" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fdcec0b8399108577ec290f55551d926d9a1fa6cad45882093a7a07ac5ec147b" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:93f81b134a165cc17123626ab8da2e30c0455441d4ab5576eed73a64c025b25c" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e12bdc622676ce47ae9abbf455c189e442afdde8818d9da983085df6312e7a1" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8c790abda465726cfb8bb08bd4ca9a5d0a7bd77c7ac1ca1b839ad823b948ea28" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f276df9830dba7a333544bd41070e8175762a7ac20350786b322b714b0e654f5" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c5d5b35f789a030ebb95bff352f1d27a93d81069f2adb3182d99882e095cefe" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win32.whl" , hash = "sha256:64e6175c2e53195278d7388c454e0b30997573f3f4bd63697f88d855f7a6a1fc" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b11548073a2213d950c3f671aa88e6f83cda6e2fb97a8b6317b1b5b33d850e06" } ,
{ file = "greenlet-1.1.2-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:9633b3034d3d901f0a46b7939f8c4d64427dfba6bbc5a36b1a67364cf148a1b0" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:eb6ea6da4c787111adf40f697b4e58732ee0942b5d3bd8f435277643329ba627" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:f3acda1924472472ddd60c29e5b9db0cec629fbe3c5c5accb74d6d6d14773478" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e859fcb4cbe93504ea18008d1df98dee4f7766db66c435e4882ab35cf70cac43" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:00e44c8afdbe5467e4f7b5851be223be68adb4272f44696ee71fe46b7036a711" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec8c433b3ab0419100bd45b47c9c8551248a5aee30ca5e9d399a0b57ac04651b" } ,
{ file = "greenlet-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2bde6792f313f4e918caabc46532aa64aa27a0db05d75b20edfc5c6f46479de2" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win32.whl" , hash = "sha256:288c6a76705dc54fba69fbcb59904ae4ad768b4c768839b8ca5fdadec6dd8cfd" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8d2f1fb53a421b410751887eb4ff21386d119ef9cde3797bf5e7ed49fb51a3b3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:166eac03e48784a6a6e0e5f041cfebb1ab400b394db188c48b3a84737f505b67" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:572e1787d1460da79590bf44304abbc0a2da944ea64ec549188fa84d89bba7ab" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:be5f425ff1f5f4b3c1e33ad64ab994eed12fc284a6ea71c5243fd564502ecbe5" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1692f7d6bc45e3200844be0dba153612103db241691088626a33ff1f24a0d88" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7227b47e73dedaa513cdebb98469705ef0d66eb5a1250144468e9c3097d6b59b" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ff61ff178250f9bb3cd89752df0f1dd0e27316a8bd1465351652b1b4a4cdfd3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0051c6f1f27cb756ffc0ffbac7d2cd48cb0362ac1736871399a739b2885134d3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win32.whl" , hash = "sha256:f70a9e237bb792c7cc7e44c531fd48f5897961701cdaa06cf22fc14965c496cf" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win_amd64.whl" , hash = "sha256:013d61294b6cd8fe3242932c1c5e36e5d1db2c8afb58606c5a67efce62c1f5fd" } ,
{ file = "greenlet-1.1.2.tar.gz" , hash = "sha256:e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a" } ,
]
2022-05-21 16:47:23 +01:00
huggingface-hub = [
{ file = "huggingface_hub-0.6.0-py3-none-any.whl" , hash = "sha256:585d72adade562a1f7038acf39eb7677b7649bdc0ce082b70f99e01164d9d8b5" } ,
{ file = "huggingface_hub-0.6.0.tar.gz" , hash = "sha256:f5109065222185d129933d44159e483a9e3378c577127d0281e4c921dfadbd23" } ,
]
2022-05-21 01:30:37 +01:00
idna = [
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
]
2022-05-22 18:44:40 +01:00
importlib-metadata = [
{ file = "importlib_metadata-4.11.4-py3-none-any.whl" , hash = "sha256:c58c8eb8a762858f49e18436ff552e83914778e50e9d2f1660535ffb364552ec" } ,
{ file = "importlib_metadata-4.11.4.tar.gz" , hash = "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700" } ,
2022-05-21 01:30:37 +01:00
]
2022-05-22 18:44:40 +01:00
itsdangerous = [
{ file = "itsdangerous-2.1.2-py3-none-any.whl" , hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44" } ,
{ file = "itsdangerous-2.1.2.tar.gz" , hash = "sha256:5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a" } ,
2022-05-21 01:30:37 +01:00
]
jinja2 = [
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
]
2022-05-21 16:47:23 +01:00
joblib = [
{ file = "joblib-1.1.0-py2.py3-none-any.whl" , hash = "sha256:f21f109b3c7ff9d95f8387f752d0d9c34a02aa2f7060c2135f465da0e5160ff6" } ,
{ file = "joblib-1.1.0.tar.gz" , hash = "sha256:4158fcecd13733f8be669be0683b96ebdbbd38d23559f54dca7205aea1bf1e35" } ,
]
loguru = [
{ file = "loguru-0.6.0-py3-none-any.whl" , hash = "sha256:4e2414d534a2ab57573365b3e6d0234dfb1d84b68b7f3b948e6fb743860a77c3" } ,
{ file = "loguru-0.6.0.tar.gz" , hash = "sha256:066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c" } ,
]
2022-05-21 01:30:37 +01:00
markupsafe = [
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl" , hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl" , hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl" , hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247" } ,
{ file = "MarkupSafe-2.1.1.tar.gz" , hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" } ,
]
2022-05-22 18:44:40 +01:00
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
2022-05-21 01:30:37 +01:00
]
2022-05-21 16:47:23 +01:00
nltk = [
{ file = "nltk-3.7-py3-none-any.whl" , hash = "sha256:ba3de02490308b248f9b94c8bc1ac0683e9aa2ec49ee78536d8667afb5e3eec8" } ,
{ file = "nltk-3.7.zip" , hash = "sha256:d6507d6460cec76d70afea4242a226a7542f85c669177b9c7f562b7cf1b05502" } ,
]
numpy = [
{ file = "numpy-1.22.4-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:ba9ead61dfb5d971d77b6c131a9dbee62294a932bf6a356e48c75ae684e635b3" } ,
{ file = "numpy-1.22.4-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:1ce7ab2053e36c0a71e7a13a7475bd3b1f54750b4b433adc96313e127b870887" } ,
{ file = "numpy-1.22.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:7228ad13744f63575b3a972d7ee4fd61815b2879998e70930d4ccf9ec721dce0" } ,
{ file = "numpy-1.22.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:43a8ca7391b626b4c4fe20aefe79fec683279e31e7c79716863b4b25021e0e74" } ,
{ file = "numpy-1.22.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a911e317e8c826ea632205e63ed8507e0dc877dcdc49744584dfc363df9ca08c" } ,
{ file = "numpy-1.22.4-cp310-cp310-win32.whl" , hash = "sha256:9ce7df0abeabe7fbd8ccbf343dc0db72f68549856b863ae3dd580255d009648e" } ,
{ file = "numpy-1.22.4-cp310-cp310-win_amd64.whl" , hash = "sha256:3e1ffa4748168e1cc8d3cde93f006fe92b5421396221a02f2274aab6ac83b077" } ,
{ file = "numpy-1.22.4-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:59d55e634968b8f77d3fd674a3cf0b96e85147cd6556ec64ade018f27e9479e1" } ,
{ file = "numpy-1.22.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c1d937820db6e43bec43e8d016b9b3165dcb42892ea9f106c70fb13d430ffe72" } ,
{ file = "numpy-1.22.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4c5d5eb2ec8da0b4f50c9a843393971f31f1d60be87e0fb0917a49133d257d6" } ,
{ file = "numpy-1.22.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:64f56fc53a2d18b1924abd15745e30d82a5782b2cab3429aceecc6875bd5add0" } ,
{ file = "numpy-1.22.4-cp38-cp38-win32.whl" , hash = "sha256:fb7a980c81dd932381f8228a426df8aeb70d59bbcda2af075b627bbc50207cba" } ,
{ file = "numpy-1.22.4-cp38-cp38-win_amd64.whl" , hash = "sha256:e96d7f3096a36c8754207ab89d4b3282ba7b49ea140e4973591852c77d09eb76" } ,
{ file = "numpy-1.22.4-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:4c6036521f11a731ce0648f10c18ae66d7143865f19f7299943c985cdc95afb5" } ,
{ file = "numpy-1.22.4-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:b89bf9b94b3d624e7bb480344e91f68c1c6c75f026ed6755955117de00917a7c" } ,
{ file = "numpy-1.22.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:2d487e06ecbf1dc2f18e7efce82ded4f705f4bd0cd02677ffccfb39e5c284c7e" } ,
{ file = "numpy-1.22.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f3eb268dbd5cfaffd9448113539e44e2dd1c5ca9ce25576f7c04a5453edc26fa" } ,
{ file = "numpy-1.22.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:37431a77ceb9307c28382c9773da9f306435135fae6b80b62a11c53cfedd8802" } ,
{ file = "numpy-1.22.4-cp39-cp39-win32.whl" , hash = "sha256:cc7f00008eb7d3f2489fca6f334ec19ca63e31371be28fd5dad955b16ec285bd" } ,
{ file = "numpy-1.22.4-cp39-cp39-win_amd64.whl" , hash = "sha256:f0725df166cf4785c0bc4cbfb320203182b1ecd30fee6e541c8752a92df6aa32" } ,
{ file = "numpy-1.22.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0791fbd1e43bf74b3502133207e378901272f3c156c4df4954cad833b1380207" } ,
{ file = "numpy-1.22.4.zip" , hash = "sha256:425b390e4619f58d8526b3dcf656dde069133ae5c240229821f01b5f44ea07af" } ,
]
2022-05-21 01:30:37 +01:00
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
2022-05-21 16:47:23 +01:00
pandas = [
{ file = "pandas-1.4.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:be67c782c4f1b1f24c2f16a157e12c2693fd510f8df18e3287c77f33d124ed07" } ,
{ file = "pandas-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5a206afa84ed20e07603f50d22b5f0db3fb556486d8c2462d8bc364831a4b417" } ,
{ file = "pandas-1.4.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:0010771bd9223f7afe5f051eb47c4a49534345dfa144f2f5470b27189a4dd3b5" } ,
{ file = "pandas-1.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3228198333dd13c90b6434ddf61aa6d57deaca98cf7b654f4ad68a2db84f8cfe" } ,
{ file = "pandas-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5b79af3a69e5175c6fa7b4e046b21a646c8b74e92c6581a9d825687d92071b51" } ,
{ file = "pandas-1.4.2-cp310-cp310-win_amd64.whl" , hash = "sha256:5586cc95692564b441f4747c47c8a9746792e87b40a4680a2feb7794defb1ce3" } ,
{ file = "pandas-1.4.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:061609334a8182ab500a90fe66d46f6f387de62d3a9cb9aa7e62e3146c712167" } ,
{ file = "pandas-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b8134651258bce418cb79c71adeff0a44090c98d955f6953168ba16cc285d9f7" } ,
{ file = "pandas-1.4.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:df82739e00bb6daf4bba4479a40f38c718b598a84654cbd8bb498fd6b0aa8c16" } ,
{ file = "pandas-1.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:385c52e85aaa8ea6a4c600a9b2821181a51f8be0aee3af6f2dcb41dafc4fc1d0" } ,
{ file = "pandas-1.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:295872bf1a09758aba199992c3ecde455f01caf32266d50abc1a073e828a7b9d" } ,
{ file = "pandas-1.4.2-cp38-cp38-win32.whl" , hash = "sha256:95c1e422ced0199cf4a34385ff124b69412c4bc912011ce895582bee620dfcaa" } ,
{ file = "pandas-1.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:5c54ea4ef3823108cd4ec7fb27ccba4c3a775e0f83e39c5e17f5094cb17748bc" } ,
{ file = "pandas-1.4.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:c072c7f06b9242c855ed8021ff970c0e8f8b10b35e2640c657d2a541c5950f59" } ,
{ file = "pandas-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f549097993744ff8c41b5e8f2f0d3cbfaabe89b4ae32c8c08ead6cc535b80139" } ,
{ file = "pandas-1.4.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ff08a14ef21d94cdf18eef7c569d66f2e24e0bc89350bcd7d243dd804e3b5eb2" } ,
{ file = "pandas-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c5bf555b6b0075294b73965adaafb39cf71c312e38c5935c93d78f41c19828a" } ,
{ file = "pandas-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:51649ef604a945f781105a6d2ecf88db7da0f4868ac5d45c51cb66081c4d9c73" } ,
{ file = "pandas-1.4.2-cp39-cp39-win32.whl" , hash = "sha256:d0d4f13e4be7ce89d7057a786023c461dd9370040bdb5efa0a7fe76b556867a0" } ,
{ file = "pandas-1.4.2-cp39-cp39-win_amd64.whl" , hash = "sha256:09d8be7dd9e1c4c98224c4dfe8abd60d145d934e9fc1f5f411266308ae683e6a" } ,
{ file = "pandas-1.4.2.tar.gz" , hash = "sha256:92bc1fc585f1463ca827b45535957815b7deb218c549b7c18402c322c7549a12" } ,
]
2022-05-22 18:44:40 +01:00
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
2022-05-21 01:30:37 +01:00
]
2022-05-21 16:47:23 +01:00
pillow = [
{ file = "Pillow-9.1.1-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:42dfefbef90eb67c10c45a73a9bc1599d4dac920f7dfcbf4ec6b80cb620757fe" } ,
{ file = "Pillow-9.1.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ffde4c6fabb52891d81606411cbfaf77756e3b561b566efd270b3ed3791fde4e" } ,
{ file = "Pillow-9.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9c857532c719fb30fafabd2371ce9b7031812ff3889d75273827633bca0c4602" } ,
{ file = "Pillow-9.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:59789a7d06c742e9d13b883d5e3569188c16acb02eeed2510fd3bfdbc1bd1530" } ,
{ file = "Pillow-9.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4d45dbe4b21a9679c3e8b3f7f4f42a45a7d3ddff8a4a16109dff0e1da30a35b2" } ,
{ file = "Pillow-9.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:e9ed59d1b6ee837f4515b9584f3d26cf0388b742a11ecdae0d9237a94505d03a" } ,
{ file = "Pillow-9.1.1-cp310-cp310-win32.whl" , hash = "sha256:b3fe2ff1e1715d4475d7e2c3e8dabd7c025f4410f79513b4ff2de3d51ce0fa9c" } ,
{ file = "Pillow-9.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:5b650dbbc0969a4e226d98a0b440c2f07a850896aed9266b6fedc0f7e7834108" } ,
{ file = "Pillow-9.1.1-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:0b4d5ad2cd3a1f0d1df882d926b37dbb2ab6c823ae21d041b46910c8f8cd844b" } ,
{ file = "Pillow-9.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9370d6744d379f2de5d7fa95cdbd3a4d92f0b0ef29609b4b1687f16bc197063d" } ,
{ file = "Pillow-9.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b761727ed7d593e49671d1827044b942dd2f4caae6e51bab144d4accf8244a84" } ,
{ file = "Pillow-9.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a66fe50386162df2da701b3722781cbe90ce043e7d53c1fd6bd801bca6b48d4" } ,
{ file = "Pillow-9.1.1-cp37-cp37m-win32.whl" , hash = "sha256:2b291cab8a888658d72b575a03e340509b6b050b62db1f5539dd5cd18fd50578" } ,
{ file = "Pillow-9.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:1d4331aeb12f6b3791911a6da82de72257a99ad99726ed6b63f481c0184b6fb9" } ,
{ file = "Pillow-9.1.1-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:8844217cdf66eabe39567118f229e275f0727e9195635a15e0e4b9227458daaf" } ,
{ file = "Pillow-9.1.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:b6617221ff08fbd3b7a811950b5c3f9367f6e941b86259843eab77c8e3d2b56b" } ,
{ file = "Pillow-9.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:20d514c989fa28e73a5adbddd7a171afa5824710d0ab06d4e1234195d2a2e546" } ,
{ file = "Pillow-9.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:088df396b047477dd1bbc7de6e22f58400dae2f21310d9e2ec2933b2ef7dfa4f" } ,
{ file = "Pillow-9.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:53c27bd452e0f1bc4bfed07ceb235663a1df7c74df08e37fd6b03eb89454946a" } ,
{ file = "Pillow-9.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3f6c1716c473ebd1649663bf3b42702d0d53e27af8b64642be0dd3598c761fb1" } ,
{ file = "Pillow-9.1.1-cp38-cp38-win32.whl" , hash = "sha256:c67db410508b9de9c4694c57ed754b65a460e4812126e87f5052ecf23a011a54" } ,
{ file = "Pillow-9.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:f054b020c4d7e9786ae0404278ea318768eb123403b18453e28e47cdb7a0a4bf" } ,
{ file = "Pillow-9.1.1-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:c17770a62a71718a74b7548098a74cd6880be16bcfff5f937f900ead90ca8e92" } ,
{ file = "Pillow-9.1.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f3f6a6034140e9e17e9abc175fc7a266a6e63652028e157750bd98e804a8ed9a" } ,
{ file = "Pillow-9.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f372d0f08eff1475ef426344efe42493f71f377ec52237bf153c5713de987251" } ,
{ file = "Pillow-9.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:09e67ef6e430f90caa093528bd758b0616f8165e57ed8d8ce014ae32df6a831d" } ,
{ file = "Pillow-9.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:66daa16952d5bf0c9d5389c5e9df562922a59bd16d77e2a276e575d32e38afd1" } ,
{ file = "Pillow-9.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d78ca526a559fb84faaaf84da2dd4addef5edb109db8b81677c0bb1aad342601" } ,
{ file = "Pillow-9.1.1-cp39-cp39-win32.whl" , hash = "sha256:55e74faf8359ddda43fee01bffbc5bd99d96ea508d8a08c527099e84eb708f45" } ,
{ file = "Pillow-9.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:7c150dbbb4a94ea4825d1e5f2c5501af7141ea95825fadd7829f9b11c97aaf6c" } ,
{ file = "Pillow-9.1.1-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:769a7f131a2f43752455cc72f9f7a093c3ff3856bf976c5fb53a59d0ccc704f6" } ,
{ file = "Pillow-9.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:488f3383cf5159907d48d32957ac6f9ea85ccdcc296c14eca1a4e396ecc32098" } ,
{ file = "Pillow-9.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0b525a356680022b0af53385944026d3486fc8c013638cf9900eb87c866afb4c" } ,
{ file = "Pillow-9.1.1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:6e760cf01259a1c0a50f3c845f9cad1af30577fd8b670339b1659c6d0e7a41dd" } ,
{ file = "Pillow-9.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a4165205a13b16a29e1ac57efeee6be2dfd5b5408122d59ef2145bc3239fa340" } ,
{ file = "Pillow-9.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:937a54e5694684f74dcbf6e24cc453bfc5b33940216ddd8f4cd8f0f79167f765" } ,
{ file = "Pillow-9.1.1-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:baf3be0b9446a4083cc0c5bb9f9c964034be5374b5bc09757be89f5d2fa247b8" } ,
{ file = "Pillow-9.1.1.tar.gz" , hash = "sha256:7502539939b53d7565f3d11d87c78e7ec900d3c72945d4ee0e2f250d598309a0" } ,
]
pinecone-client = [
{ file = "pinecone-client-2.0.10.tar.gz" , hash = "sha256:98f66cf574ac69abfd074416a85d5fc157b280f07986dac70613ad3c78482b4a" } ,
{ file = "pinecone_client-2.0.10-py3-none-any.whl" , hash = "sha256:28f8c9c0b79c8eb74dc37f341d72bf29c5e5065899b5b9ddbc70949ccefc2cad" } ,
]
2022-05-22 18:44:40 +01:00
platformdirs = [
{ file = "platformdirs-2.5.2-py3-none-any.whl" , hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788" } ,
{ file = "platformdirs-2.5.2.tar.gz" , hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19" } ,
2022-05-21 01:30:37 +01:00
]
pyparsing = [
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
]
python-dateutil = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
2022-05-22 18:44:40 +01:00
python-levenshtein = [
{ file = "python-Levenshtein-0.12.2.tar.gz" , hash = "sha256:dc2395fbd148a1ab31090dd113c366695934b9e85fe5a4b2a032745efd0346f6" } ,
]
2022-05-21 16:47:23 +01:00
pytz = [
{ file = "pytz-2022.1-py2.py3-none-any.whl" , hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c" } ,
{ file = "pytz-2022.1.tar.gz" , hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7" } ,
]
pyyaml = [
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
]
regex = [
{ file = "regex-2022.4.24-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f86aef546add4ff1202e1f31e9bb54f9268f17d996b2428877283146bf9bc013" } ,
{ file = "regex-2022.4.24-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e944268445b5694f5d41292c9228f0ca46d5a32a67f195d5f8547c1f1d91f4bc" } ,
{ file = "regex-2022.4.24-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0f8da3145f4b72f7ce6181c804eaa44cdcea313c8998cdade3d9e20a8717a9cb" } ,
{ file = "regex-2022.4.24-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0fd464e547dbabf4652ca5fe9d88d75ec30182981e737c07b3410235a44b9939" } ,
{ file = "regex-2022.4.24-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:071bcb625e890f28b7c4573124a6512ea65107152b1d3ca101ce33a52dad4593" } ,
{ file = "regex-2022.4.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1c2de7f32fa87d04d40f54bce3843af430697aba51c3a114aa62837a0772f219" } ,
{ file = "regex-2022.4.24-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1a07e8366115069f26822c47732122ab61598830a69f5629a37ea8881487c107" } ,
{ file = "regex-2022.4.24-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:036d1c1fbe69eba3ee253c107e71749cdbb4776db93d674bc0d5e28f30300734" } ,
{ file = "regex-2022.4.24-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:af1e687ffab18a75409e5e5d6215b6ccd41a5a1a0ea6ce9665e01253f737a0d3" } ,
{ file = "regex-2022.4.24-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:165cc75cfa5aa0f12adb2ac6286330e7229a06dc0e6c004ec35da682b5b89579" } ,
{ file = "regex-2022.4.24-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:3e35c50b27f36176c792738cb9b858523053bc495044d2c2b44db24376b266f1" } ,
{ file = "regex-2022.4.24-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:43ee0df35925ae4b0cc6ee3f60b73369e559dd2ac40945044da9394dd9d3a51d" } ,
{ file = "regex-2022.4.24-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:58521abdab76583bd41ef47e5e2ddd93b32501aee4ee8cee71dee10a45ba46b1" } ,
{ file = "regex-2022.4.24-cp310-cp310-win32.whl" , hash = "sha256:275afc7352982ee947fc88f67a034b52c78395977b5fc7c9be15f7dc95b76f06" } ,
{ file = "regex-2022.4.24-cp310-cp310-win_amd64.whl" , hash = "sha256:253f858a0255cd91a0424a4b15c2eedb12f20274f85731b0d861c8137e843065" } ,
{ file = "regex-2022.4.24-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:85b7ee4d0c7a46296d884f6b489af8b960c4291d76aea4b22fd4fbe05e6ec08e" } ,
{ file = "regex-2022.4.24-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e0da7ef160d4f3eb3d4d3e39a02c3c42f7dbcfce62c81f784cc99fc7059765f" } ,
{ file = "regex-2022.4.24-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4f2e2cef324ca9355049ee1e712f68e2e92716eba24275e6767b9bfa15f1f478" } ,
{ file = "regex-2022.4.24-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6165e737acb3bea3271372e8aa5ebe7226c8a8e8da1b94af2d6547c5a09d689d" } ,
{ file = "regex-2022.4.24-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3f6bd8178cce5bb56336722d5569d19c50bba5915a69a2050c497fb921e7cb0f" } ,
{ file = "regex-2022.4.24-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:45b761406777a681db0c24686178532134c937d24448d9e085279b69e9eb7da4" } ,
{ file = "regex-2022.4.24-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3dfbadb7b74d95f72f9f9dbf9778f7de92722ab520a109ceaf7927461fa85b10" } ,
{ file = "regex-2022.4.24-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:9913bcf730eb6e9b441fb176832eea9acbebab6035542c7c89d90c803f5cd3be" } ,
{ file = "regex-2022.4.24-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:68aed3fb0c61296bd6d234f558f78c51671f79ccb069cbcd428c2eea6fee7a5b" } ,
{ file = "regex-2022.4.24-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:8e7d33f93cdd01868327d834d0f5bb029241cd293b47d51b96814dec27fc9b4b" } ,
{ file = "regex-2022.4.24-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:82b7fc67e49fdce671bdbec1127189fc979badf062ce6e79dc95ef5e07a8bf92" } ,
{ file = "regex-2022.4.24-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:c36906a7855ec33a9083608e6cd595e4729dab18aeb9aad0dd0b039240266239" } ,
{ file = "regex-2022.4.24-cp36-cp36m-win32.whl" , hash = "sha256:b2df3ede85d778c949d9bd2a50237072cee3df0a423c91f5514f78f8035bde87" } ,
{ file = "regex-2022.4.24-cp36-cp36m-win_amd64.whl" , hash = "sha256:dffd9114ade73137ab2b79a8faf864683dbd2dbbb6b23a305fbbd4cbaeeb2187" } ,
{ file = "regex-2022.4.24-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:6a0ef57cccd8089b4249eebad95065390e56c04d4a92c51316eab4131bca96a9" } ,
{ file = "regex-2022.4.24-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:12af15b6edb00e425f713160cfd361126e624ec0de86e74f7cad4b97b7f169b3" } ,
{ file = "regex-2022.4.24-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7f271d0831d8ebc56e17b37f9fa1824b0379221d1238ae77c18a6e8c47f1fdce" } ,
{ file = "regex-2022.4.24-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:37903d5ca11fa47577e8952d2e2c6de28553b11c70defee827afb941ab2c6729" } ,
{ file = "regex-2022.4.24-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8b747cef8e5dcdaf394192d43a0c02f5825aeb0ecd3d43e63ae500332ab830b0" } ,
{ file = "regex-2022.4.24-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:582ea06079a03750b5f71e20a87cd99e646d796638b5894ff85987ebf5e04924" } ,
{ file = "regex-2022.4.24-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:aa6daa189db9104787ff1fd7a7623ce017077aa59eaac609d0d25ba95ed251a0" } ,
{ file = "regex-2022.4.24-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7dbc96419ef0fb6ac56626014e6d3a345aeb8b17a3df8830235a88626ffc8d84" } ,
{ file = "regex-2022.4.24-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:0fb6cb16518ac7eff29d1e0b0cce90275dfae0f17154165491058c31d58bdd1d" } ,
{ file = "regex-2022.4.24-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:bea61de0c688198e3d9479344228c7accaa22a78b58ec408e41750ebafee6c08" } ,
{ file = "regex-2022.4.24-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:46cbc5b23f85e94161b093dba1b49035697cf44c7db3c930adabfc0e6d861b95" } ,
{ file = "regex-2022.4.24-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:50b77622016f03989cd06ecf6b602c7a6b4ed2e3ce04133876b041d109c934ee" } ,
{ file = "regex-2022.4.24-cp37-cp37m-win32.whl" , hash = "sha256:2bde99f2cdfd6db1ec7e02d68cadd384ffe7413831373ea7cc68c5415a0cb577" } ,
{ file = "regex-2022.4.24-cp37-cp37m-win_amd64.whl" , hash = "sha256:66fb765b2173d90389384708e3e1d3e4be1148bd8d4d50476b1469da5a2f0229" } ,
{ file = "regex-2022.4.24-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:709396c0c95b95045fac89b94f997410ff39b81a09863fe21002f390d48cc7d3" } ,
{ file = "regex-2022.4.24-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:7a608022f4593fc67518c6c599ae5abdb03bb8acd75993c82cd7a4c8100eff81" } ,
{ file = "regex-2022.4.24-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fb7107faf0168de087f62a2f2ed00f9e9da12e0b801582b516ddac236b871cda" } ,
{ file = "regex-2022.4.24-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:aabc28f7599f781ddaeac168d0b566d0db82182cc3dcf62129f0a4fc2927b811" } ,
{ file = "regex-2022.4.24-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:92ad03f928675ca05b79d3b1d3dfc149e2226d57ed9d57808f82105d511d0212" } ,
{ file = "regex-2022.4.24-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b7ba3c304a4a5d8112dbd30df8b3e4ef59b4b07807957d3c410d9713abaee9a8" } ,
{ file = "regex-2022.4.24-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e2acf5c66fbb62b5fe4c40978ddebafa50818f00bf79d60569d9762f6356336e" } ,
{ file = "regex-2022.4.24-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7c4d9770e579eb11b582b2e2fd19fa204a15cb1589ae73cd4dcbb63b64f3e828" } ,
{ file = "regex-2022.4.24-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:02543d6d5c32d361b7cc468079ba4cddaaf4a6544f655901ba1ff9d8e3f18755" } ,
{ file = "regex-2022.4.24-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:73ed1b06abadbf6b61f6033a07c06f36ec0ddca117e41ef2ac37056705e46458" } ,
{ file = "regex-2022.4.24-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:3241db067a7f69da57fba8bca543ac8a7ca415d91e77315690202749b9fdaba1" } ,
{ file = "regex-2022.4.24-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:d128e278e5e554c5c022c7bed410ca851e00bacebbb4460de546a73bc53f8de4" } ,
{ file = "regex-2022.4.24-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b1d53835922cd0f9b74b2742453a444865a70abae38d12eb41c59271da66f38d" } ,
{ file = "regex-2022.4.24-cp38-cp38-win32.whl" , hash = "sha256:f2a5d9f612091812dee18375a45d046526452142e7b78c4e21ab192db15453d5" } ,
{ file = "regex-2022.4.24-cp38-cp38-win_amd64.whl" , hash = "sha256:a850f5f369f1e3b6239da7fb43d1d029c1e178263df671819889c47caf7e4ff3" } ,
{ file = "regex-2022.4.24-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:bedb3d01ad35ea1745bdb1d57f3ee0f996f988c98f5bbae9d068c3bb3065d210" } ,
{ file = "regex-2022.4.24-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:8bf867ba71856414a482e4b683500f946c300c4896e472e51d3db8dfa8dc8f32" } ,
{ file = "regex-2022.4.24-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b415b82e5be7389ec5ee7ee35431e4a549ea327caacf73b697c6b3538cb5c87f" } ,
{ file = "regex-2022.4.24-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9dae5affbb66178dad6c6fd5b02221ca9917e016c75ee3945e9a9563eb1fbb6f" } ,
{ file = "regex-2022.4.24-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e65580ae3137bce712f505ec7c2d700aef0014a3878c4767b74aff5895fc454f" } ,
{ file = "regex-2022.4.24-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3e9e983fc8e0d4d5ded7caa5aed39ca2cf6026d7e39801ef6f0af0b1b6cd9276" } ,
{ file = "regex-2022.4.24-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cfad3a770839aa456ff9a9aa0e253d98b628d005a3ccb37da1ff9be7c84fee16" } ,
{ file = "regex-2022.4.24-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ed625205f5f26984382b68e4cbcbc08e6603c9e84c14b38457170b0cc71c823b" } ,
{ file = "regex-2022.4.24-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:c4fdf837666f7793a5c3cfa2f2f39f03eb6c7e92e831bc64486c2f547580c2b3" } ,
{ file = "regex-2022.4.24-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:ed26c3d2d62c6588e0dad175b8d8cc0942a638f32d07b80f92043e5d73b7db67" } ,
{ file = "regex-2022.4.24-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:f89d26e50a4c7453cb8c415acd09e72fbade2610606a9c500a1e48c43210a42d" } ,
{ file = "regex-2022.4.24-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:97af238389cb029d63d5f2d931a7e8f5954ad96e812de5faaed373b68e74df86" } ,
{ file = "regex-2022.4.24-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:be392d9cd5309509175a9d7660dc17bf57084501108dbff0c5a8bfc3646048c3" } ,
{ file = "regex-2022.4.24-cp39-cp39-win32.whl" , hash = "sha256:bcc6f7a3a95119c3568c572ca167ada75f8319890706283b9ba59b3489c9bcb3" } ,
{ file = "regex-2022.4.24-cp39-cp39-win_amd64.whl" , hash = "sha256:5b9c7b6895a01204296e9523b3e12b43e013835a9de035a783907c2c1bc447f0" } ,
{ file = "regex-2022.4.24.tar.gz" , hash = "sha256:92183e9180c392371079262879c6532ccf55f808e6900df5d9f03c9ca8807255" } ,
]
2022-05-21 01:30:37 +01:00
requests = [
{ file = "requests-2.27.1-py2.py3-none-any.whl" , hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d" } ,
{ file = "requests-2.27.1.tar.gz" , hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" } ,
]
2022-05-21 16:47:23 +01:00
scikit-learn = [
{ file = "scikit-learn-1.1.1.tar.gz" , hash = "sha256:3e77b71e8e644f86c8b5be7f1c285ef597de4c384961389ee3e9ca36c445b256" } ,
{ file = "scikit_learn-1.1.1-cp310-cp310-macosx_10_13_x86_64.whl" , hash = "sha256:102f51797cd8944bf44a038d106848ddf2804f2c1edf7aea45fba81a4fdc4d80" } ,
{ file = "scikit_learn-1.1.1-cp310-cp310-macosx_12_0_arm64.whl" , hash = "sha256:723cdb278b1fa57a55f68945bc4e501a2f12abe82f76e8d21e1806cbdbef6fc5" } ,
{ file = "scikit_learn-1.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:33cf061ed0b79d647a3e4c3f6c52c412172836718a7cd4d11c1318d083300133" } ,
{ file = "scikit_learn-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:47464c110eaa9ed9d1fe108cb403510878c3d3a40f110618d2a19b2190a3e35c" } ,
{ file = "scikit_learn-1.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:542ccd2592fe7ad31f5c85fed3a3deb3e252383960a85e4b49a629353fffaba4" } ,
{ file = "scikit_learn-1.1.1-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:3be10d8d325821ca366d4fe7083d87c40768f842f54371a9c908d97c45da16fc" } ,
{ file = "scikit_learn-1.1.1-cp38-cp38-macosx_12_0_arm64.whl" , hash = "sha256:b2db720e13e697d912a87c1a51194e6fb085dc6d8323caa5ca51369ca6948f78" } ,
{ file = "scikit_learn-1.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e851f8874398dcd50d1e174e810e9331563d189356e945b3271c0e19ee6f4d6f" } ,
{ file = "scikit_learn-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b928869072366dc138762fe0929e7dc88413f8a469aebc6a64adc10a9226180c" } ,
{ file = "scikit_learn-1.1.1-cp38-cp38-win32.whl" , hash = "sha256:e9d228ced1214d67904f26fb820c8abbea12b2889cd4aa8cda20a4ca0ed781c1" } ,
{ file = "scikit_learn-1.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:f2d5b5d6e87d482e17696a7bfa03fe9515fdfe27e462a4ad37f3d7774a5e2fd6" } ,
{ file = "scikit_learn-1.1.1-cp39-cp39-macosx_10_13_x86_64.whl" , hash = "sha256:0403ad13f283e27d43b0ad875f187ec7f5d964903d92d1ed06c51439560ecea0" } ,
{ file = "scikit_learn-1.1.1-cp39-cp39-macosx_12_0_arm64.whl" , hash = "sha256:8fe80df08f5b9cee5dd008eccc672e543976198d790c07e5337f7dfb67eaac05" } ,
{ file = "scikit_learn-1.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8ff56d07b9507fbe07ca0f4e5c8f3e171f74a429f998da03e308166251316b34" } ,
{ file = "scikit_learn-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c2dad2bfc502344b869d4a3f4aa7271b2a5f4fe41f7328f404844c51612e2c58" } ,
{ file = "scikit_learn-1.1.1-cp39-cp39-win32.whl" , hash = "sha256:22145b60fef02e597a8e7f061ebc7c51739215f11ce7fcd2ca9af22c31aa9f86" } ,
{ file = "scikit_learn-1.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:45c0f6ae523353f1d99b85469d746f9c497410adff5ba8b24423705b6956a86e" } ,
]
scipy = [
{ file = "scipy-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a15a1f3fc0abff33e792d6049161b7795909b40b97c6cc2934ed54384017ab76" } ,
{ file = "scipy-1.6.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:e79570979ccdc3d165456dd62041d9556fb9733b86b4b6d818af7a0afc15f092" } ,
{ file = "scipy-1.6.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:a423533c55fec61456dedee7b6ee7dce0bb6bfa395424ea374d25afa262be261" } ,
{ file = "scipy-1.6.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:33d6b7df40d197bdd3049d64e8e680227151673465e5d85723b3b8f6b15a6ced" } ,
{ file = "scipy-1.6.1-cp37-cp37m-win32.whl" , hash = "sha256:6725e3fbb47da428794f243864f2297462e9ee448297c93ed1dcbc44335feb78" } ,
{ file = "scipy-1.6.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:5fa9c6530b1661f1370bcd332a1e62ca7881785cc0f80c0d559b636567fab63c" } ,
{ file = "scipy-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bd50daf727f7c195e26f27467c85ce653d41df4358a25b32434a50d8870fc519" } ,
{ file = "scipy-1.6.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:f46dd15335e8a320b0fb4685f58b7471702234cba8bb3442b69a3e1dc329c345" } ,
{ file = "scipy-1.6.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:0e5b0ccf63155d90da576edd2768b66fb276446c371b73841e3503be1d63fb5d" } ,
{ file = "scipy-1.6.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:2481efbb3740977e3c831edfd0bd9867be26387cacf24eb5e366a6a374d3d00d" } ,
{ file = "scipy-1.6.1-cp38-cp38-win32.whl" , hash = "sha256:68cb4c424112cd4be886b4d979c5497fba190714085f46b8ae67a5e4416c32b4" } ,
{ file = "scipy-1.6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:5f331eeed0297232d2e6eea51b54e8278ed8bb10b099f69c44e2558c090d06bf" } ,
{ file = "scipy-1.6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:0c8a51d33556bf70367452d4d601d1742c0e806cd0194785914daf19775f0e67" } ,
{ file = "scipy-1.6.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:83bf7c16245c15bc58ee76c5418e46ea1811edcc2e2b03041b804e46084ab627" } ,
{ file = "scipy-1.6.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:794e768cc5f779736593046c9714e0f3a5940bc6dcc1dba885ad64cbfb28e9f0" } ,
{ file = "scipy-1.6.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:5da5471aed911fe7e52b86bf9ea32fb55ae93e2f0fac66c32e58897cfb02fa07" } ,
{ file = "scipy-1.6.1-cp39-cp39-win32.whl" , hash = "sha256:8e403a337749ed40af60e537cc4d4c03febddcc56cd26e774c9b1b600a70d3e4" } ,
{ file = "scipy-1.6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:a5193a098ae9f29af283dcf0041f762601faf2e595c0db1da929875b7570353f" } ,
{ file = "scipy-1.6.1.tar.gz" , hash = "sha256:c4fceb864890b6168e79b0e714c585dbe2fd4222768ee90bc1aa0f8218691b11" } ,
]
sentence-transformers = [
{ file = "sentence-transformers-2.2.0.tar.gz" , hash = "sha256:c7365228b6d24e4d73cf49d409421820887ca43c86d49f264b68cfa00d761f96" } ,
]
sentencepiece = [
{ file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cc969e6694fb27fba7cee2953f350804faf03913f25ae1ee713a7b8a1bc08018" } ,
{ file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:36e9ff61e7b67c5b7ee96733613622620b4802fc8cf188a4dbc1f355b03dde02" } ,
{ file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e9e9fe8094ca57549d801e9a2017ac5c24108bbf485ea4f8994a72e8e96ee135" } ,
{ file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b77d27f59d515c43b61745b8173fbe7c7b3014b14b3702a75bf1793471e7def6" } ,
{ file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1dac8c2ad02b5ebc1179c0a14cbc7d7c6f4fd73d4dd51820626402d0aefc974e" } ,
{ file = "sentencepiece-0.1.96-cp310-cp310-win32.whl" , hash = "sha256:3028699bdb2fb0230804f3b8a617fe3af22f5c5a56416419b31a7da5e7bf83bc" } ,
{ file = "sentencepiece-0.1.96-cp310-cp310-win_amd64.whl" , hash = "sha256:203443a7bd4295b6a3695787235abe0e77d4c369d7156a6b9a397c540a38bd27" } ,
{ file = "sentencepiece-0.1.96-cp35-cp35m-macosx_10_6_x86_64.whl" , hash = "sha256:e8ec5bb6777e2060e1499750c50e1b69dca5a0f80f90f2c66656c5f3e5244593" } ,
{ file = "sentencepiece-0.1.96-cp36-cp36m-macosx_10_6_x86_64.whl" , hash = "sha256:99ea2d9db19e63a2d17d5dc64f9ace83fb9308a735be05a1aaf98eb4b496fba7" } ,
{ file = "sentencepiece-0.1.96-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:aeb090ad462833df03af1debce4ae607a2766ef861f992003ad0c56d074ab805" } ,
{ file = "sentencepiece-0.1.96-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f8c90df663cd9759b2cf8dd29998b63140ac39e51ada2e739dc13bdac0b4f001" } ,
{ file = "sentencepiece-0.1.96-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:26d20d713b3ba1b7a19205336afb1e93a4327c372b2f795e907b8dc2315ac92e" } ,
{ file = "sentencepiece-0.1.96-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5388882bb24d083f6cc8cffc5c435f3694a7772b018e06ea6fd84d1044009efb" } ,
{ file = "sentencepiece-0.1.96-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a92e1932ee8fd500680ccbe1bf53eb33228f4c9d6524ed6f300bcc80ac359f27" } ,
{ file = "sentencepiece-0.1.96-cp36-cp36m-win32.whl" , hash = "sha256:bedf0355117fb4e9b1fc9fc92b4d5ee743a7d468be9f6196e3b94447710ea589" } ,
{ file = "sentencepiece-0.1.96-cp36-cp36m-win_amd64.whl" , hash = "sha256:4997c7ccf2ae462320250314aa5709a88d8a09fa271d073458a07bebf33f8e7c" } ,
{ file = "sentencepiece-0.1.96-cp37-cp37m-macosx_10_6_x86_64.whl" , hash = "sha256:a697257a2cd7581732d7741a8d32a06927f0311c3d277dbc47fa1043350c9d17" } ,
{ file = "sentencepiece-0.1.96-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ff7d752a7f82d87711ec1a95c2262cb74f98be5b457f0300d81a1aefe5be2a95" } ,
{ file = "sentencepiece-0.1.96-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3e61e0757e49c306fff78ea75d6b75773418fe22214b4a460959203be934e834" } ,
{ file = "sentencepiece-0.1.96-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ef59ba19340dc1d002ce5713b911c0ef23c577b08f8ed57998ee3c8e62c5bf6e" } ,
{ file = "sentencepiece-0.1.96-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:89c038da7f827a6e2ca4c73aeb4e4b25b99d981ce47dd61b04d446c8200cba1e" } ,
{ file = "sentencepiece-0.1.96-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d954d25a8705f972e8bfc1dea5464d7e697dd6f4ade092f1a487387e6d6c829a" } ,
{ file = "sentencepiece-0.1.96-cp37-cp37m-win32.whl" , hash = "sha256:fd907a8f744e5337de7fc532dd800c4416b571ea47f8c3c66be10cd1bc67c925" } ,
{ file = "sentencepiece-0.1.96-cp37-cp37m-win_amd64.whl" , hash = "sha256:335bf84d72112cc91f3c3b691d61802fc963503b7772fd8280d20368048b8f3e" } ,
{ file = "sentencepiece-0.1.96-cp38-cp38-macosx_10_6_x86_64.whl" , hash = "sha256:e811984b0908c14c56de7d8226fdd494d87a7ccb75af8ac3a07423037aaafc35" } ,
{ file = "sentencepiece-0.1.96-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8179785883b556cd517416cdbda6244745414b00ec83132cfe1d26000971f3ae" } ,
{ file = "sentencepiece-0.1.96-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:466e381f0a812da8fda97a9707498cef3210ea8385a3421bcbadcb5384063969" } ,
{ file = "sentencepiece-0.1.96-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f8cb24d8d0b2f8b7463815a59183eb81ec1d7a06e3217bed456063f3303eddfb" } ,
{ file = "sentencepiece-0.1.96-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e88354b61f59dfdeb41023f7be8ae31dc627c2dc2dacbc2de8b2d82a0997135c" } ,
{ file = "sentencepiece-0.1.96-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a336575463d75d3aac1f7e32470b8998643ccd9a73786bd726f6b0470520b6b4" } ,
{ file = "sentencepiece-0.1.96-cp38-cp38-win32.whl" , hash = "sha256:81bb77ba3651114943b2f8f77829cf764137dff06e38f4bf7fa43efea12c7f84" } ,
{ file = "sentencepiece-0.1.96-cp38-cp38-win_amd64.whl" , hash = "sha256:eba0471ab0bb2e07ed06d91ecf5185d402c83d194155a41d8e2aa547d187712e" } ,
{ file = "sentencepiece-0.1.96-cp39-cp39-macosx_10_6_x86_64.whl" , hash = "sha256:78e18d9106c36dcca929e18fd2c412378deac661d47fa3ee25defc55eef8a215" } ,
{ file = "sentencepiece-0.1.96-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1c24c1d9405b2148184ff27c062493d5e3be5c144575f95b5a0d7c660a515af" } ,
{ file = "sentencepiece-0.1.96-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:940a6999c7d3f55e9d7b194fd5e1f41a7dbed26d3519fb95333216292a39599e" } ,
{ file = "sentencepiece-0.1.96-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:384148cead5cdab34a4d74fe1fb6a5a8abaafed25eaa4a7698b49dd9482e4c4e" } ,
{ file = "sentencepiece-0.1.96-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3c703e68ea192e45b65c5d5836f6980849d828a18da4189899d7150fad82dc9e" } ,
{ file = "sentencepiece-0.1.96-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d501713a8396193883aa526f48dc609f5f031a5df1afbafa561cf9ab492ffc76" } ,
{ file = "sentencepiece-0.1.96-cp39-cp39-win32.whl" , hash = "sha256:b8b1dd2712f8a7de5b4c8ec912e6c041d25750bf03e1ce325cdba43bae0944ae" } ,
{ file = "sentencepiece-0.1.96-cp39-cp39-win_amd64.whl" , hash = "sha256:d45e3f78e746aa161bc9f5a31c6a2839c512101113a4065f4d2e7a3ab8198d8c" } ,
{ file = "sentencepiece-0.1.96-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5513298d62fe63dd0862d08a6eb52a9aa3537006f597f2386184e3f95bb88889" } ,
{ file = "sentencepiece-0.1.96-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dadccb2e49244b6e64b4527d13ec14d5e094a90b41cf9b963e457e64182f1941" } ,
{ file = "sentencepiece-0.1.96-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:48c6d13b3bfff08060c138248e85df60f6fad11135ad7a8fc2ef6005aacca839" } ,
{ file = "sentencepiece-0.1.96.tar.gz" , hash = "sha256:9bdf097d5bd1d8ce42dfee51f6ff05f5578b96e48c6f6006aa4eff69edfa3639" } ,
]
2022-05-21 01:30:37 +01:00
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
sqlalchemy = [
{ file = "SQLAlchemy-1.4.36-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:81e53bd383c2c33de9d578bfcc243f559bd3801a0e57f2bcc9a943c790662e0c" } ,
{ file = "SQLAlchemy-1.4.36-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6e1fe00ee85c768807f2a139b83469c1e52a9ffd58a6eb51aa7aeb524325ab18" } ,
{ file = "SQLAlchemy-1.4.36-cp27-cp27m-win32.whl" , hash = "sha256:d57ac32f8dc731fddeb6f5d1358b4ca5456e72594e664769f0a9163f13df2a31" } ,
{ file = "SQLAlchemy-1.4.36-cp27-cp27m-win_amd64.whl" , hash = "sha256:fca8322e04b2dde722fcb0558682740eebd3bd239bea7a0d0febbc190e99dc15" } ,
{ file = "SQLAlchemy-1.4.36-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:53d2d9ee93970c969bc4e3c78b1277d7129554642f6ffea039c282c7dc4577bc" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:f0394a3acfb8925db178f7728adb38c027ed7e303665b225906bfa8099dc1ce8" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:09c606d8238feae2f360b8742ffbe67741937eb0a05b57f536948d198a3def96" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8d07fe2de0325d06e7e73281e9a9b5e259fbd7cbfbe398a0433cbb0082ad8fa7" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5041474dcab7973baa91ec1f3112049a9dd4652898d6a95a6a895ff5c58beb6b" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-win32.whl" , hash = "sha256:be094460930087e50fd08297db9d7aadaed8408ad896baf758e9190c335632da" } ,
{ file = "SQLAlchemy-1.4.36-cp310-cp310-win_amd64.whl" , hash = "sha256:64d796e9af522162f7f2bf7a3c5531a0a550764c426782797bbeed809d0646c5" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:a0ae3aa2e86a4613f2d4c49eb7da23da536e6ce80b2bfd60bbb2f55fc02b0b32" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d50cb71c1dbed70646d521a0975fb0f92b7c3f84c61fa59e07be23a1aaeecfc" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:16abf35af37a3d5af92725fc9ec507dd9e9183d261c2069b6606d60981ed1c6e" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5864a83bd345871ad9699ce466388f836db7572003d67d9392a71998092210e3" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-win32.whl" , hash = "sha256:fbf8c09fe9728168f8cc1b40c239eab10baf9c422c18be7f53213d70434dea43" } ,
{ file = "SQLAlchemy-1.4.36-cp36-cp36m-win_amd64.whl" , hash = "sha256:6e859fa96605027bd50d8e966db1c4e1b03e7b3267abbc4b89ae658c99393c58" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:166a3887ec355f7d2f12738f7fa25dc8ac541867147a255f790f2f41f614cb44" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2e885548da361aa3f8a9433db4cfb335b2107e533bf314359ae3952821d84b3e" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5c90ef955d429966d84326d772eb34333178737ebb669845f1d529eb00c75e72" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7a052bd9f53004f8993c624c452dfad8ec600f572dd0ed0445fbe64b22f5570e" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-win32.whl" , hash = "sha256:dce3468bf1fc12374a1a732c9efd146ce034f91bb0482b602a9311cb6166a920" } ,
{ file = "SQLAlchemy-1.4.36-cp37-cp37m-win_amd64.whl" , hash = "sha256:6cb4c4f57a20710cea277edf720d249d514e587f796b75785ad2c25e1c0fed26" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:e74ce103b81c375c3853b436297952ef8d7863d801dcffb6728d01544e5191b5" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b20c4178ead9bc398be479428568ff31b6c296eb22e75776273781a6551973f" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:af2587ae11400157753115612d6c6ad255143efba791406ad8a0cbcccf2edcb3" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:83cf3077712be9f65c9aaa0b5bc47bc1a44789fd45053e2e3ecd59ff17c63fe9" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-win32.whl" , hash = "sha256:ce20f5da141f8af26c123ebaa1b7771835ca6c161225ce728962a79054f528c3" } ,
{ file = "SQLAlchemy-1.4.36-cp38-cp38-win_amd64.whl" , hash = "sha256:316c7e5304dda3e3ad711569ac5d02698bbc71299b168ac56a7076b86259f7ea" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:f522214f6749bc073262529c056f7dfd660f3b5ec4180c5354d985eb7219801e" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2ecac4db8c1aa4a269f5829df7e706639a24b780d2ac46b3e485cbbd27ec0028" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b3db741beaa983d4cbf9087558620e7787106319f7e63a066990a70657dd6b35" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2ec89bf98cc6a0f5d1e28e3ad28e9be6f3b4bdbd521a4053c7ae8d5e1289a8a1" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-win32.whl" , hash = "sha256:e12532c4d3f614678623da5d852f038ace1f01869b89f003ed6fe8c793f0c6a3" } ,
{ file = "SQLAlchemy-1.4.36-cp39-cp39-win_amd64.whl" , hash = "sha256:cb441ca461bf97d00877b607f132772644b623518b39ced54da433215adce691" } ,
{ file = "SQLAlchemy-1.4.36.tar.gz" , hash = "sha256:64678ac321d64a45901ef2e24725ec5e783f1f4a588305e196431447e7ace243" } ,
]
2022-05-21 16:47:23 +01:00
threadpoolctl = [
{ file = "threadpoolctl-3.1.0-py3-none-any.whl" , hash = "sha256:8b99adda265feb6773280df41eece7b2e6561b772d21ffd52e372f999024907b" } ,
{ file = "threadpoolctl-3.1.0.tar.gz" , hash = "sha256:a335baacfaa4400ae1f0d8e3a58d6674d2f8828e3716bb2802c44955ad391380" } ,
]
tokenizers = [
{ file = "tokenizers-0.12.1-cp310-cp310-macosx_10_11_x86_64.whl" , hash = "sha256:d737df0f8f26e093a82bfb106b6cfb510a0e9302d35834568e5b20b73ddc5a9c" } ,
{ file = "tokenizers-0.12.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f1271224acafb27639c432e1ce4e7d38eab40305ba1c546e871d5c8a32f4f195" } ,
{ file = "tokenizers-0.12.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cdeba37c2fb44e1aec8a72af4cb369655b59ba313181b1b4b8183f08e759c49c" } ,
{ file = "tokenizers-0.12.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:53b5f4012ce3ffddd5b00827441b80dc7a0f6b41f4fc5248ae6d36e7d3920c6d" } ,
{ file = "tokenizers-0.12.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5188e13fc09edfe05712ca3ae5a44e7f2b0137927b1ca210d0fad90d3e58315a" } ,
{ file = "tokenizers-0.12.1-cp310-cp310-win32.whl" , hash = "sha256:eff5ff411f18a201eec137b7b32fcb55e0c48b372d370bd24f965f5bad471fa4" } ,
{ file = "tokenizers-0.12.1-cp310-cp310-win_amd64.whl" , hash = "sha256:bdbca79726fe883c696088ea163715b2f902aec638a8e24bcf9790ff8fa45019" } ,
{ file = "tokenizers-0.12.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:28825dade9e52ad464164020758f9d49eb7251c32b6ae146601c506a23c67c0e" } ,
{ file = "tokenizers-0.12.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:91906d725cb84d8ee71ce05fbb155d39d494849622b4f9349e5176a8eb01c49b" } ,
{ file = "tokenizers-0.12.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:230f51a0a82ca7b90077eaca2415f12ff9bd144607888b9c50c2ee543452322e" } ,
{ file = "tokenizers-0.12.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8d4339c376b695de2ad8ccaebffa75e4dc1d7857be1103d80e7925b34af8cf78" } ,
{ file = "tokenizers-0.12.1-cp37-cp37m-macosx_10_11_x86_64.whl" , hash = "sha256:27d93b712aa2d4346aa506ecd4ec9e94edeebeaf2d484357b482cdeffc02b5f5" } ,
{ file = "tokenizers-0.12.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7f4cb68dc538b52240d1986d2034eb0a6373be2ab5f0787d1be3ad1444ce71b7" } ,
{ file = "tokenizers-0.12.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ae6c04b629ac2cd2f695739988cb70b9bd8d5e7f849f5b14c4510e942bee5770" } ,
{ file = "tokenizers-0.12.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:6a38b2019d4807d42afeff603a119094ee00f63bea2921136524c8814e9003f8" } ,
{ file = "tokenizers-0.12.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fde8dccb9033fa344ffce3ee1837939a50e7a210a768f1cf2059beeafa755481" } ,
{ file = "tokenizers-0.12.1-cp37-cp37m-win32.whl" , hash = "sha256:38625595b2fd37bfcce64ff9bfb6868c07e9a7b7f205c909d94a615ce9472287" } ,
{ file = "tokenizers-0.12.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:01abe6fbfe55e4131ca0c4c3d1a9d7ef5df424a8d536e998d2a4fc0bc57935f4" } ,
{ file = "tokenizers-0.12.1-cp38-cp38-macosx_10_11_x86_64.whl" , hash = "sha256:7c5c54080a7d5c89c990e0d478e0882dbac88926d43323a3aa236492a3c9455f" } ,
{ file = "tokenizers-0.12.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:419d113e3bcc4fe20a313afc47af81e62906306b08fe1601e1443d747d46af1f" } ,
{ file = "tokenizers-0.12.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b9779944559cb7ace6a8516e402895f239b0d9d3c833c67dbaec496310e7e206" } ,
{ file = "tokenizers-0.12.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7d43de14b4469b57490dbaf136a31c266cb676fa22320f01f230af9219ae9034" } ,
{ file = "tokenizers-0.12.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:258873634406bd1d438c799993a5e44bbc0132ff055985c03c4fe30f702e9a33" } ,
{ file = "tokenizers-0.12.1-cp38-cp38-win32.whl" , hash = "sha256:3f2647cc256d6a53d18b9dcd71d377828e9f8991fbcbd6fcd8ca2ceb174552b0" } ,
{ file = "tokenizers-0.12.1-cp38-cp38-win_amd64.whl" , hash = "sha256:62a723bd4b18bc55121f5c34cd8efd6c651f2d3b81f81dd50e5351fb65b8a617" } ,
{ file = "tokenizers-0.12.1-cp39-cp39-macosx_10_11_x86_64.whl" , hash = "sha256:411ebc89228f30218ffa9d9c49d414864b0df5026a47c24820431821c4360460" } ,
{ file = "tokenizers-0.12.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:619728df2551bdfe6f96ff177f9ded958e7ed9e2af94c8d5ac2834d1eb06d112" } ,
{ file = "tokenizers-0.12.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8cea98f3f9577d1541b7bb0f7a3308a911751067e1d83e01485c9d3411bbf087" } ,
{ file = "tokenizers-0.12.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:664f36f0a0d409c24f2201d495161fec4d8bc93e091fbb78814eb426f29905a3" } ,
{ file = "tokenizers-0.12.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0bf2380ad59c50222959a9b6f231339200a826fc5cb2be09ff96d8a59f65fc5e" } ,
{ file = "tokenizers-0.12.1-cp39-cp39-win32.whl" , hash = "sha256:6a7a106d04154c2159db6cd7d042af2e2e0e53aee432f872fe6c8be45100436a" } ,
{ file = "tokenizers-0.12.1-cp39-cp39-win_amd64.whl" , hash = "sha256:2158baf80cbc09259bfd6e0e0fc4597b611e7a72ad5443dad63918a90f1dd304" } ,
{ file = "tokenizers-0.12.1.tar.gz" , hash = "sha256:070746f86efa6c873db341e55cf17bb5e7bdd5450330ca8eca542f5c3dab2c66" } ,
]
2022-05-22 18:44:40 +01:00
tomli = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
2022-05-21 16:47:23 +01:00
torch = [
{ file = "torch-1.11.0-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:62052b50fffc29ca7afc0c04ef8206b6f1ca9d10629cb543077e12967e8d0398" } ,
{ file = "torch-1.11.0-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:866bfba29ac98dec35d893d8e17eaec149d0ac7a53be7baae5c98069897db667" } ,
{ file = "torch-1.11.0-cp310-cp310-win_amd64.whl" , hash = "sha256:951640fb8db308a59d9b510e7d1ad910aff92913323bbe4bc75435347ddd346d" } ,
{ file = "torch-1.11.0-cp310-none-macosx_10_9_x86_64.whl" , hash = "sha256:5d77b5ece78fdafa5c7f42995ff9474399d22571cd6b2de21a5d666306a2ff8c" } ,
{ file = "torch-1.11.0-cp310-none-macosx_11_0_arm64.whl" , hash = "sha256:b5a38682769b544c875ecc34bcb81fbad5c922139b61319aacffcfd8a32f528c" } ,
{ file = "torch-1.11.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:f82d77695a60626f2b7382d85bc566de8a6b3e50d32080755abc040db802e419" } ,
{ file = "torch-1.11.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:b96654d42566080a134e784705f33f8536b3b95b5dcde357ed7879b1692a5f78" } ,
{ file = "torch-1.11.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:8ee7c2e8d7f7020d5bfbc1bb91b9591044c26bbd0cee5e4f694cfd7ed8649260" } ,
{ file = "torch-1.11.0-cp37-none-macosx_10_9_x86_64.whl" , hash = "sha256:6860b1d1bf0bb0b67a6bd47f85a0e4c825b518eea13b5d6101999dbbcbd5bc0c" } ,
{ file = "torch-1.11.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:4322aa29f50da7f404db06cdf30896ea67b09f673af4a985afc7162bc897864d" } ,
{ file = "torch-1.11.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:e4d2e0ddd652f30e94cff750220324ec45705d4ecc69658f773b3cb1c7a28dd0" } ,
{ file = "torch-1.11.0-cp38-cp38-win_amd64.whl" , hash = "sha256:34ce5ea4d8d85da32cdbadb50d4585106901e9f8a3527991daa70c13a09de1f7" } ,
{ file = "torch-1.11.0-cp38-none-macosx_10_9_x86_64.whl" , hash = "sha256:0ccc85cd06227a3edf809e2c795fd5762c3d4e8a38b5c9f744c6e7cf841361bb" } ,
{ file = "torch-1.11.0-cp38-none-macosx_11_0_arm64.whl" , hash = "sha256:c1554e49d74f1b2c3e7202d77056ba2dd7465437585bac64062b580f714a44e9" } ,
{ file = "torch-1.11.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:58c7814502b1c129a650d7092033bbb0bbd64faf1a7941631aaa1aeaddc37570" } ,
{ file = "torch-1.11.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:831cf588f01dda9409e75576741d2823453990dee2983d670f2584b37a01adf7" } ,
{ file = "torch-1.11.0-cp39-cp39-win_amd64.whl" , hash = "sha256:44a1d02fd20f827f0f36dc26fdcfc45e793806a6ad52769a22260655a77a4369" } ,
{ file = "torch-1.11.0-cp39-none-macosx_10_9_x86_64.whl" , hash = "sha256:50fd9bf85c578c871c28f1cb0ace9dfc6024401c7f399b174fb0f370899f4454" } ,
{ file = "torch-1.11.0-cp39-none-macosx_11_0_arm64.whl" , hash = "sha256:0e48af66ad755f0f9c5f2664028a414f57c49d6adc37e77e06fe0004da4edb61" } ,
]
torchvision = [
{ file = "torchvision-0.12.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:693656e6790b6ab21e4a6e87e81c2982bad9e455b5eb24e14bb672382ec6130f" } ,
{ file = "torchvision-0.12.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a0be4501ca0ba1b195644c9243f49a1c49a26e52a7f37924c4239d0bf5ecbd8d" } ,
{ file = "torchvision-0.12.0-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:ebfb47adf65bf3926b990b2c4767e291f135e259e03232e0e1a30ecdb05eb087" } ,
{ file = "torchvision-0.12.0-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:9771231639afb5973cdaea1d449b451e2982e1ef5410ca67bbdc2b465565573a" } ,
{ file = "torchvision-0.12.0-cp310-cp310-win_amd64.whl" , hash = "sha256:894dacdc64b6e35e3f330722db51c76f4de016c7bf7bd79cf02ed2f4c106e625" } ,
{ file = "torchvision-0.12.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:36dfdf6451fe3072ab15118982853b848896c0fd3b26cb8135e1e7981dbb0916" } ,
{ file = "torchvision-0.12.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:aac76d52c5ce4229cb0eaebb762f3391fa736565eb35a4184fa0f7be30b705cd" } ,
{ file = "torchvision-0.12.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:926666f0b893dce6619759c19b0dd3884af7a9d7022b10395653659d28e43c48" } ,
{ file = "torchvision-0.12.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:c225f55c1bfce027a03f4ca46ddb9559c83f8087c2880bed3261a76c49bb7996" } ,
{ file = "torchvision-0.12.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d1ccb53836ba886320dcda12d00ee8b5f8f38b6c36d7906f141d25778cf74104" } ,
{ file = "torchvision-0.12.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9f42420f7f0b29cd3d61776df3157827257a0cf16b2c02776dc16c96abb1256d" } ,
{ file = "torchvision-0.12.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:9017248c7e526c8cdcaaab8cf41d904a520a409d707398189a06d0757901d235" } ,
{ file = "torchvision-0.12.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:0744902f2265d4c3e83c44a06b567df312e4a9faf8c92620016c7bed7056b5a7" } ,
{ file = "torchvision-0.12.0-cp38-cp38-win_amd64.whl" , hash = "sha256:a91db01496932350bf9c0ee8607ac8ef31c3ebfdaedefe5c5cda0515317f8b8e" } ,
{ file = "torchvision-0.12.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:24d03fcaa28004c64a24124ac4a894c50f5948c8eb290e398d6c76fff2bc678f" } ,
{ file = "torchvision-0.12.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:69d82f47b67bad6ddcbb87833ba5950a6c271ba97baae4c0955610071bf034f5" } ,
{ file = "torchvision-0.12.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:49ed7886b93b80c9733462edd06a07f8d4c6ea4d5bd2894e7268f7a3774f4f7d" } ,
{ file = "torchvision-0.12.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b93a767f44e3933cb3b01a6fe9727db54590f57b7dac09d5aaf15966c6c151dd" } ,
{ file = "torchvision-0.12.0-cp39-cp39-win_amd64.whl" , hash = "sha256:edab05f7ba9f648c00435b384ffdbd7bde79a3b8ea893813fb50f6ccf28b1e76" } ,
]
2022-05-21 01:30:37 +01:00
tqdm = [
{ file = "tqdm-4.64.0-py2.py3-none-any.whl" , hash = "sha256:74a2cdefe14d11442cedf3ba4e21a3b84ff9a2dbdc6cfae2c34addb2a14a5ea6" } ,
{ file = "tqdm-4.64.0.tar.gz" , hash = "sha256:40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d" } ,
]
2022-05-21 16:47:23 +01:00
transformers = [
{ file = "transformers-4.19.2-py3-none-any.whl" , hash = "sha256:1416315b7c5ff1f56d3915f416b67aa254a9907fbb73ef7f7bffc9210446b5fa" } ,
{ file = "transformers-4.19.2.tar.gz" , hash = "sha256:e19a4ff07458eda143c738e5259caf48449fcf078a63d6b1bd1aa806543440a3" } ,
]
typing-extensions = [
{ file = "typing_extensions-4.2.0-py3-none-any.whl" , hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708" } ,
{ file = "typing_extensions-4.2.0.tar.gz" , hash = "sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376" } ,
]
2022-05-21 01:30:37 +01:00
urllib3 = [
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
]
2022-05-22 18:44:40 +01:00
waitress = [
{ file = "waitress-2.1.1-py3-none-any.whl" , hash = "sha256:c549f5b2b4afd44d9d97d7cec79f3ef581e25d832827f415dc175327af674aa8" } ,
{ file = "waitress-2.1.1.tar.gz" , hash = "sha256:e2e60576cf14a1539da79f7b7ee1e79a71e64f366a0b47db54a15e971f57bb16" } ,
2022-05-21 01:30:37 +01:00
]
2022-05-22 18:44:40 +01:00
werkzeug = [
{ file = "Werkzeug-2.1.2-py3-none-any.whl" , hash = "sha256:72a4b735692dd3135217911cbeaa1be5fa3f62bffb8745c5215420a03dc55255" } ,
{ file = "Werkzeug-2.1.2.tar.gz" , hash = "sha256:1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6" } ,
2022-05-21 01:30:37 +01:00
]
2022-05-21 16:47:23 +01:00
win32-setctime = [
{ file = "win32_setctime-1.1.0-py3-none-any.whl" , hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad" } ,
{ file = "win32_setctime-1.1.0.tar.gz" , hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2" } ,
]
2022-05-22 18:44:40 +01:00
zipp = [
{ file = "zipp-3.8.0-py3-none-any.whl" , hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099" } ,
{ file = "zipp-3.8.0.tar.gz" , hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad" } ,
]