UNPKG

react-native-rasa

Version:

A simple react native project integration with Rasa Open Source

1,915 lines (1,636 loc) 307 kB
[[package]] name = "absl-py" version = "0.13.0" description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py." category = "main" optional = false python-versions = "*" [package.dependencies] six = "*" [[package]] name = "aio-pika" version = "6.8.1" description = "Wrapper for the aiormq for asyncio and humans." category = "main" optional = false python-versions = ">=3.5, <4" [package.dependencies] aiormq = ">=3.2.3,<4" yarl = "*" [package.extras] develop = ["aiomisc (>=10.1.6,<10.2.0)", "async-generator", "coverage (!=4.3)", "coveralls", "pylava", "pytest", "pytest-cov", "shortuuid", "nox", "sphinx", "sphinx-autobuild", "timeout-decorator", "tox (>=2.4)"] [[package]] name = "aiofiles" version = "0.8.0" description = "File support for asyncio." category = "main" optional = false python-versions = ">=3.6,<4.0" [[package]] name = "aiohttp" version = "3.7.4" description = "Async http client/server framework (asyncio)" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] async-timeout = ">=3.0,<4.0" attrs = ">=17.3.0" chardet = ">=2.0,<4.0" multidict = ">=4.5,<7.0" typing-extensions = ">=3.6.5" yarl = ">=1.0,<2.0" [package.extras] speedups = ["aiodns", "brotlipy", "cchardet"] [[package]] name = "aiormq" version = "3.3.1" description = "Pure python AMQP asynchronous client library" category = "main" optional = false python-versions = ">3.5.*" [package.dependencies] pamqp = "2.3.0" yarl = "*" [package.extras] develop = ["aiomisc (>=11.0,<12.0)", "async-generator", "coverage (!=4.3)", "coveralls", "pylava", "pytest", "pytest-cov", "tox (>=2.4)"] [[package]] name = "apscheduler" version = "3.7.0" description = "In-process task scheduler with Cron-like capabilities" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" [package.dependencies] pytz = "*" six = ">=1.4.0" tzlocal = ">=2.0,<3.0" [package.extras] asyncio = ["trollius"] doc = ["sphinx", "sphinx-rtd-theme"] gevent = ["gevent"] mongodb = ["pymongo (>=3.0)"] redis = ["redis (>=3.0)"] rethinkdb = ["rethinkdb (>=2.4.0)"] sqlalchemy = ["sqlalchemy (>=0.8)"] testing = ["pytest (<6)", "pytest-cov", "pytest-tornado5", "mock", "pytest-asyncio (<0.6)", "pytest-asyncio"] tornado = ["tornado (>=4.3)"] twisted = ["twisted"] zookeeper = ["kazoo"] [[package]] name = "astunparse" version = "1.6.3" description = "An AST unparser for Python" category = "main" optional = false python-versions = "*" [package.dependencies] six = ">=1.6.1,<2.0" [[package]] name = "async-generator" version = "1.10" description = "Async generators and context managers for Python 3.5+" category = "main" optional = false python-versions = ">=3.5" [[package]] name = "async-timeout" version = "3.0.1" description = "Timeout context manager for asyncio programs" category = "main" optional = false python-versions = ">=3.5.3" [[package]] name = "attrs" version = "21.2.0" description = "Classes Without Boilerplate" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.extras] dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit"] docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"] tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"] [[package]] name = "autopep8" version = "1.6.0" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" category = "main" optional = false python-versions = "*" [package.dependencies] pycodestyle = ">=2.8.0" toml = "*" [[package]] name = "bidict" version = "0.21.4" description = "The bidirectional mapping library for Python." category = "main" optional = false python-versions = ">=3.6" [[package]] name = "blis" version = "0.7.5" description = "The Blis BLAS-like linear algebra library, as a self-contained C-extension." category = "main" optional = false python-versions = "*" [package.dependencies] numpy = ">=1.15.0" [[package]] name = "boto3" version = "1.20.41" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] botocore = ">=1.23.41,<1.24.0" jmespath = ">=0.7.1,<1.0.0" s3transfer = ">=0.5.0,<0.6.0" [package.extras] crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" version = "1.23.41" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] jmespath = ">=0.7.1,<1.0.0" python-dateutil = ">=2.1,<3.0.0" urllib3 = ">=1.25.4,<1.27" [package.extras] crt = ["awscrt (==0.12.5)"] [[package]] name = "cachecontrol" version = "0.12.10" description = "httplib2 caching for requests" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] msgpack = ">=0.5.2" requests = "*" [package.extras] filecache = ["lockfile (>=0.9)"] redis = ["redis (>=2.10.5)"] [[package]] name = "cached-property" version = "1.5.2" description = "A decorator for caching properties in classes." category = "main" optional = false python-versions = "*" [[package]] name = "cachetools" version = "5.0.0" description = "Extensible memoizing collections and decorators" category = "main" optional = false python-versions = "~=3.7" [[package]] name = "catalogue" version = "2.0.6" description = "Super lightweight function registries for your library" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} zipp = {version = ">=0.5", markers = "python_version < \"3.8\""} [[package]] name = "certifi" version = "2021.10.8" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false python-versions = "*" [[package]] name = "cffi" version = "1.15.0" description = "Foreign Function Interface for Python calling C code." category = "main" optional = false python-versions = "*" [package.dependencies] pycparser = "*" [[package]] name = "chardet" version = "3.0.4" description = "Universal encoding detector for Python 2 and 3" category = "main" optional = false python-versions = "*" [[package]] name = "charset-normalizer" version = "2.0.10" 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"] [[package]] name = "clang" version = "5.0" description = "libclang python bindings" category = "main" optional = false python-versions = "*" [[package]] name = "click" version = "8.0.3" description = "Composable command line interface toolkit" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "cloudpickle" version = "1.6.0" description = "Extended pickling support for Python objects" category = "main" optional = false python-versions = ">=3.5" [[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.*" [[package]] name = "colorclass" version = "2.2.2" description = "Colorful worry-free console applications for Linux, Mac OS X, and Windows." category = "main" optional = false python-versions = ">=2.6" [[package]] name = "coloredlogs" version = "15.0.1" description = "Colored terminal output for Python's logging module" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] humanfriendly = ">=9.1" [package.extras] cron = ["capturer (>=2.4)"] [[package]] name = "colorhash" version = "1.0.4" description = "Generate color based on any object" category = "main" optional = false python-versions = ">=3.6,<4.0" [[package]] name = "cryptography" version = "3.4.8" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] cffi = ">=1.12" [package.extras] docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"] docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"] pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"] sdist = ["setuptools-rust (>=0.11.4)"] ssh = ["bcrypt (>=3.1.5)"] test = ["pytest (>=6.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"] [[package]] name = "cycler" version = "0.11.0" description = "Composable style cycles" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "cymem" version = "2.0.6" description = "Manage calls to calloc/free through Cython" category = "main" optional = false python-versions = "*" [[package]] name = "dask" version = "2021.11.2" description = "Parallel PyData with Task Scheduling" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] cloudpickle = ">=1.1.1" fsspec = ">=0.6.0" packaging = ">=20.0" partd = ">=0.3.10" pyyaml = "*" toolz = ">=0.8.2" [package.extras] array = ["numpy (>=1.18)"] complete = ["bokeh (>=1.0.0,!=2.0.0)", "distributed (==2021.11.2)", "jinja2", "numpy (>=1.18)", "pandas (>=1.0)"] dataframe = ["numpy (>=1.18)", "pandas (>=1.0)"] diagnostics = ["bokeh (>=1.0.0,!=2.0.0)", "jinja2"] distributed = ["distributed (==2021.11.2)"] test = ["pytest", "pytest-rerunfailures", "pytest-xdist", "pre-commit"] [[package]] name = "decorator" version = "5.1.1" description = "Decorators for Humans" category = "main" optional = false python-versions = ">=3.5" [[package]] name = "dm-tree" version = "0.1.6" description = "Tree is a library for working with nested data structures." category = "main" optional = false python-versions = "*" [package.dependencies] six = ">=1.12.0" [[package]] name = "dnspython" version = "1.16.0" description = "DNS toolkit" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.extras] DNSSEC = ["pycryptodome", "ecdsa (>=0.13)"] IDNA = ["idna (>=2.1)"] [[package]] name = "docopt" version = "0.6.2" description = "Pythonic argument parser, that will make you smile" category = "main" optional = false python-versions = "*" [[package]] name = "fbmessenger" version = "6.0.0" description = "A python library to communicate with the Facebook Messenger API's" category = "main" optional = false python-versions = "*" [package.dependencies] requests = ">=2.0" [[package]] name = "filelock" version = "3.4.2" 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)"] [[package]] name = "fire" version = "0.4.0" description = "A library for automatically generating command line interfaces." category = "main" optional = false python-versions = "*" [package.dependencies] six = "*" termcolor = "*" [[package]] name = "flatbuffers" version = "1.12" description = "The FlatBuffers serialization format for Python" category = "main" optional = false python-versions = "*" [[package]] name = "fsspec" version = "2022.1.0" description = "File-system specification" category = "main" optional = false python-versions = ">=3.6" [package.extras] abfs = ["adlfs"] adl = ["adlfs"] arrow = ["pyarrow (>=1)"] dask = ["dask", "distributed"] dropbox = ["dropboxdrivefs", "requests", "dropbox"] entrypoints = ["importlib-metadata"] fuse = ["fusepy"] gcs = ["gcsfs"] git = ["pygit2"] github = ["requests"] gs = ["gcsfs"] gui = ["panel"] hdfs = ["pyarrow (>=1)"] http = ["requests", "aiohttp"] libarchive = ["libarchive-c"] oci = ["ocifs"] s3 = ["s3fs"] sftp = ["paramiko"] smb = ["smbprotocol"] ssh = ["paramiko"] [[package]] name = "future" version = "0.18.2" description = "Clean single-source support for Python 3 and 2" category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "gast" version = "0.4.0" description = "Python AST that abstracts the underlying Python version" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "google-auth" version = "2.4.0" description = "Google Authentication Library" category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" [package.dependencies] cachetools = ">=2.0.0,<6.0" pyasn1-modules = ">=0.2.1" rsa = {version = ">=3.1.4,<5", markers = "python_version >= \"3.6\""} six = ">=1.9.0" [package.extras] aiohttp = ["requests (>=2.20.0,<3.0.0dev)", "aiohttp (>=3.6.2,<4.0.0dev)"] pyopenssl = ["pyopenssl (>=20.0.0)"] reauth = ["pyu2f (>=0.1.5)"] [[package]] name = "google-auth-oauthlib" version = "0.4.6" description = "Google Authentication Library" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] google-auth = ">=1.0.0" requests-oauthlib = ">=0.7.0" [package.extras] tool = ["click (>=6.0.0)"] [[package]] name = "google-pasta" version = "0.2.0" description = "pasta is an AST-based Python refactoring library" category = "main" optional = false python-versions = "*" [package.dependencies] six = "*" [[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"] [[package]] name = "grpcio" version = "1.43.0" description = "HTTP/2-based RPC framework" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] six = ">=1.5.2" [package.extras] protobuf = ["grpcio-tools (>=1.43.0)"] [[package]] name = "h5py" version = "3.1.0" description = "Read and write HDF5 files from Python" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] cached-property = {version = "*", markers = "python_version < \"3.8\""} numpy = [ {version = ">=1.14.5", markers = "python_version == \"3.7\""}, {version = ">=1.17.5", markers = "python_version == \"3.8\""}, ] [[package]] name = "httptools" version = "0.3.0" description = "A collection of framework independent HTTP protocol utils." category = "main" optional = false python-versions = ">=3.5.0" [package.extras] test = ["Cython (>=0.29.24,<0.30.0)"] [[package]] name = "humanfriendly" version = "10.0" description = "Human friendly output for text interfaces using Python" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] pyreadline = {version = "*", markers = "sys_platform == \"win32\" and python_version < \"3.8\""} pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_version >= \"3.8\""} [[package]] name = "idna" version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" category = "main" optional = false python-versions = ">=3.5" [[package]] name = "importlib-metadata" version = "4.10.1" description = "Read metadata from Python packages" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} zipp = ">=0.5" [package.extras] docs = ["sphinx", "jaraco.packaging (>=8.2)", "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", "importlib-resources (>=1.3)"] [[package]] name = "ipaddress" version = "1.0.23" description = "IPv4/IPv6 manipulation library" category = "main" optional = false python-versions = "*" [[package]] name = "jieba" version = "0.42.1" description = "Chinese Words Segmentation Utilities" category = "main" optional = false python-versions = "*" [[package]] name = "jinja2" version = "3.0.3" description = "A very fast and expressive template engine." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] [[package]] name = "jmespath" version = "0.10.0" description = "JSON Matching Expressions" category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "joblib" version = "1.0.1" description = "Lightweight pipelining with Python functions" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "jsonpickle" version = "2.0.0" description = "Python library for serializing any arbitrary object graph into JSON" category = "main" optional = false python-versions = ">=2.7" [package.dependencies] importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [package.extras] docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["coverage (<5)", "pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-black-multipy", "pytest-cov", "ecdsa", "feedparser", "numpy", "pandas", "pymongo", "sklearn", "sqlalchemy", "enum34", "jsonlib"] "testing.libs" = ["demjson", "simplejson", "ujson", "yajl"] [[package]] name = "jsonschema" version = "3.2.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false python-versions = "*" [package.dependencies] attrs = ">=17.4.0" importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} pyrsistent = ">=0.14.0" six = ">=1.11.0" [package.extras] format = ["idna", "jsonpointer (>1.13)", "rfc3987", "strict-rfc3339", "webcolors"] format_nongpl = ["idna", "jsonpointer (>1.13)", "webcolors", "rfc3986-validator (>0.1.0)", "rfc3339-validator"] [[package]] name = "kafka-python" version = "2.0.2" description = "Pure Python client for Apache Kafka" category = "main" optional = false python-versions = "*" [package.extras] crc32c = ["crc32c"] [[package]] name = "keras" version = "2.6.0" description = "TensorFlow Keras." category = "main" optional = false python-versions = "*" [[package]] name = "keras-preprocessing" version = "1.1.2" description = "Easy data preprocessing and data augmentation for deep learning models" category = "main" optional = false python-versions = "*" [package.dependencies] numpy = ">=1.9.1" six = ">=1.9.0" [package.extras] image = ["scipy (>=0.14)", "Pillow (>=5.2.0)"] pep8 = ["flake8"] tests = ["pandas", "pillow", "tensorflow", "keras", "pytest", "pytest-xdist", "pytest-cov"] [[package]] name = "kiwisolver" version = "1.3.2" description = "A fast implementation of the Cassowary constraint solver" category = "main" optional = false python-versions = ">=3.7" [[package]] name = "langcodes" version = "3.3.0" description = "Tools for labeling human languages with IETF language tags" category = "main" optional = false python-versions = ">=3.6" [package.extras] data = ["language-data (>=1.1,<2.0)"] [[package]] name = "locket" version = "0.2.1" description = "File-based locks for Python for Linux and Windows" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "markdown" version = "3.3.6" description = "Python implementation of Markdown." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""} [package.extras] testing = ["coverage", "pyyaml"] [[package]] name = "markupsafe" version = "2.0.1" description = "Safely add untrusted strings to HTML/XML markup." category = "main" optional = false python-versions = ">=3.6" [[package]] name = "matplotlib" version = "3.3.4" description = "Python plotting package" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] cycler = ">=0.10" kiwisolver = ">=1.0.1" numpy = ">=1.15" pillow = ">=6.2.0" pyparsing = ">=2.0.3,<2.0.4 || >2.0.4,<2.1.2 || >2.1.2,<2.1.6 || >2.1.6" python-dateutil = ">=2.1" [[package]] name = "mattermostwrapper" version = "2.2" description = "A mattermost api v4 wrapper to interact with api" category = "main" optional = false python-versions = "*" [package.dependencies] requests = "*" [[package]] name = "msgpack" version = "1.0.3" description = "MessagePack (de)serializer." category = "main" optional = false python-versions = "*" [[package]] name = "multidict" version = "5.2.0" description = "multidict implementation" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "murmurhash" version = "1.0.6" description = "Cython bindings for MurmurHash" category = "main" optional = false python-versions = "*" [[package]] name = "networkx" version = "2.6.3" description = "Python package for creating and manipulating graphs and networks" category = "main" optional = false python-versions = ">=3.7" [package.extras] default = ["numpy (>=1.19)", "scipy (>=1.5,!=1.6.1)", "matplotlib (>=3.3)", "pandas (>=1.1)"] developer = ["black (==21.5b1)", "pre-commit (>=2.12)"] doc = ["sphinx (>=4.0,<5.0)", "pydata-sphinx-theme (>=0.6,<1.0)", "sphinx-gallery (>=0.9,<1.0)", "numpydoc (>=1.1)", "pillow (>=8.2)", "nb2plots (>=0.6)", "texext (>=0.6.6)"] extra = ["lxml (>=4.5)", "pygraphviz (>=1.7)", "pydot (>=1.4.1)"] test = ["pytest (>=6.2)", "pytest-cov (>=2.12)", "codecov (>=2.1)"] [[package]] name = "numpy" version = "1.19.5" description = "NumPy is the fundamental package for array computing with Python." category = "main" optional = false python-versions = ">=3.6" [[package]] name = "oauthlib" version = "3.1.1" description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" category = "main" optional = false python-versions = ">=3.6" [package.extras] rsa = ["cryptography (>=3.0.0,<4)"] signals = ["blinker (>=1.4.0)"] signedtoken = ["cryptography (>=3.0.0,<4)", "pyjwt (>=2.0.0,<3)"] [[package]] name = "opt-einsum" version = "3.3.0" description = "Optimizing numpys einsum function" category = "main" optional = false python-versions = ">=3.5" [package.dependencies] numpy = ">=1.7" [package.extras] docs = ["sphinx (==1.2.3)", "sphinxcontrib-napoleon", "sphinx-rtd-theme", "numpydoc"] tests = ["pytest", "pytest-cov", "pytest-pep8"] [[package]] name = "packaging" version = "20.9" description = "Core utilities for Python packages" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.dependencies] pyparsing = ">=2.0.2" [[package]] name = "pamqp" version = "2.3.0" description = "RabbitMQ Focused AMQP low-level library" category = "main" optional = false python-versions = "*" [package.extras] codegen = ["lxml"] [[package]] name = "partd" version = "1.2.0" description = "Appendable key-value storage" category = "main" optional = false python-versions = ">=3.5" [package.dependencies] locket = "*" toolz = "*" [package.extras] complete = ["numpy (>=1.9.0)", "pandas (>=0.19.0)", "pyzmq", "blosc"] [[package]] name = "pathy" version = "0.6.1" description = "pathlib.Path subclasses for local and cloud bucket storage" category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] smart-open = ">=5.0.0,<6.0.0" typer = ">=0.3.0,<1.0.0" [package.extras] all = ["google-cloud-storage (>=1.26.0,<2.0.0)", "boto3", "pytest", "pytest-coverage", "mock", "typer-cli"] gcs = ["google-cloud-storage (>=1.26.0,<2.0.0)"] s3 = ["boto3"] test = ["pytest", "pytest-coverage", "mock", "typer-cli"] [[package]] name = "pillow" version = "9.0.0" description = "Python Imaging Library (Fork)" category = "main" optional = false python-versions = ">=3.7" [[package]] name = "preshed" version = "3.0.6" description = "Cython hash table that trusts the keys are pre-hashed" category = "main" optional = false python-versions = "*" [package.dependencies] cymem = ">=2.0.2,<2.1.0" murmurhash = ">=0.28.0,<1.1.0" [[package]] name = "prompt-toolkit" version = "2.0.10" description = "Library for building powerful interactive command lines in Python" category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [package.dependencies] six = ">=1.9.0" wcwidth = "*" [[package]] name = "protobuf" version = "3.19.3" description = "Protocol Buffers" category = "main" optional = false python-versions = ">=3.5" [[package]] name = "psycopg2-binary" version = "2.9.3" description = "psycopg2 - Python-PostgreSQL Database Adapter" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "pyasn1" version = "0.4.8" description = "ASN.1 types and codecs" category = "main" optional = false python-versions = "*" [[package]] name = "pyasn1-modules" version = "0.2.8" description = "A collection of ASN.1-based protocols modules." category = "main" optional = false python-versions = "*" [package.dependencies] pyasn1 = ">=0.4.6,<0.5.0" [[package]] name = "pycodestyle" version = "2.8.0" description = "Python style guide checker" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "pycparser" version = "2.21" description = "C parser in Python" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pydantic" version = "1.8.2" description = "Data validation and settings management using python 3.6 type hinting" category = "main" optional = false python-versions = ">=3.6.1" [package.dependencies] typing-extensions = ">=3.7.4.3" [package.extras] dotenv = ["python-dotenv (>=0.10.4)"] email = ["email-validator (>=1.0.3)"] [[package]] name = "pydot" version = "1.4.2" description = "Python interface to Graphviz's Dot" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.dependencies] pyparsing = ">=2.1.4" [[package]] name = "pyjwt" version = "2.1.0" description = "JSON Web Token implementation in Python" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] cryptography = {version = ">=3.3.1,<4.0.0", optional = true, markers = "extra == \"crypto\""} [package.extras] crypto = ["cryptography (>=3.3.1,<4.0.0)"] dev = ["sphinx", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.3.1,<4.0.0)", "pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)", "mypy", "pre-commit"] docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] tests = ["pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)"] [[package]] name = "pykwalify" version = "1.8.0" description = "Python lib/cli for JSON/YAML schema validation" category = "main" optional = false python-versions = "*" [package.dependencies] docopt = ">=0.6.2" python-dateutil = ">=2.8.0" "ruamel.yaml" = ">=0.16.0" [[package]] name = "pymongo" version = "3.10.1" description = "Python driver for MongoDB <http://www.mongodb.org>" category = "main" optional = false python-versions = "*" [package.dependencies] dnspython = {version = ">=1.16.0,<1.17.0", optional = true, markers = "extra == \"srv\""} ipaddress = {version = "*", optional = true, markers = "extra == \"tls\""} [package.extras] encryption = ["pymongocrypt (<2.0.0)"] gssapi = ["pykerberos"] snappy = ["python-snappy"] srv = ["dnspython (>=1.16.0,<1.17.0)"] tls = ["ipaddress"] zstd = ["zstandard"] [[package]] name = "pyparsing" version = "3.0.7" description = "Python parsing module" category = "main" optional = false python-versions = ">=3.6" [package.extras] diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyreadline" version = "2.1" description = "A python implmementation of GNU readline." category = "main" optional = false python-versions = "*" [[package]] name = "pyreadline3" version = "3.3" description = "A python implementation of GNU readline." category = "main" optional = false python-versions = "*" [[package]] name = "pyrsistent" version = "0.18.1" description = "Persistent/Functional/Immutable data structures" category = "main" optional = false python-versions = ">=3.7" [[package]] name = "pytelegrambotapi" version = "3.8.3" description = "Python Telegram bot api." category = "main" optional = false python-versions = "*" [package.dependencies] requests = "*" [package.extras] PIL = ["pillow"] json = ["ujson"] redis = ["redis (>=3.4.1)"] [[package]] name = "python-crfsuite" version = "0.9.7" description = "Python binding for CRFsuite" category = "main" optional = false python-versions = "*" [[package]] name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" [package.dependencies] six = ">=1.5" [[package]] name = "python-engineio" version = "4.3.1" description = "Engine.IO server and client for Python" category = "main" optional = false python-versions = ">=3.6" [package.extras] asyncio_client = ["aiohttp (>=3.4)"] client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"] [[package]] name = "python-socketio" version = "5.5.1" description = "Socket.IO server and client for Python" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] bidict = ">=0.21.0" python-engineio = ">=4.3.0" [package.extras] asyncio_client = ["aiohttp (>=3.4)"] client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"] [[package]] name = "pytz" version = "2021.3" description = "World timezone definitions, modern and historical" category = "main" optional = false python-versions = "*" [[package]] name = "pyyaml" version = "6.0" description = "YAML parser and emitter for Python" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "questionary" version = "1.10.0" description = "Python library to build pretty command line user prompts ⭐️" category = "main" optional = false python-versions = ">=3.6,<4.0" [package.dependencies] prompt_toolkit = ">=2.0,<4.0" [package.extras] docs = ["Sphinx (>=3.3,<4.0)", "sphinx-rtd-theme (>=0.5.0,<0.6.0)", "sphinx-autobuild (>=2020.9.1,<2021.0.0)", "sphinx-copybutton (>=0.3.1,<0.4.0)", "sphinx-autodoc-typehints (>=1.11.1,<2.0.0)"] [[package]] name = "randomname" version = "0.1.5" description = "Generate random adj-noun names like docker and github." category = "main" optional = false python-versions = "*" [package.dependencies] fire = "*" [[package]] name = "rasa" version = "3.0.5" description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants" category = "main" optional = false python-versions = ">=3.7,<3.9" [package.dependencies] absl-py = ">=0.9,<0.14" aio-pika = ">=6.7.1,<7.0.0" aiohttp = ">=3.6,<3.7.4.post0 || >3.7.4.post0,<3.8" apscheduler = ">=3.6,<3.8" async_generator = ">=1.10,<1.11" attrs = ">=19.3,<21.3" boto3 = ">=1.12,<2.0" CacheControl = ">=0.12.9,<0.13.0" cloudpickle = ">=1.2,<1.7" colorama = {version = ">=0.4.4,<0.5.0", markers = "sys_platform == \"win32\""} colorclass = ">=2.2,<2.3" coloredlogs = ">=10,<16" colorhash = ">=1.0.2,<1.1.0" dask = "2021.11.2" fbmessenger = ">=6.0.0,<6.1.0" google-auth = ">=2.3.3,<3.0.0" jieba = {version = ">=0.39,<0.43", optional = true, markers = "extra == \"jieba\" or extra == \"full\""} joblib = ">=0.15.1,<1.1.0" jsonpickle = ">=1.3,<2.1" jsonschema = ">=3.2,<3.3" kafka-python = ">=1.4,<3.0" keras = "<2.7.0" matplotlib = ">=3.1,<3.4" mattermostwrapper = ">=2.2,<2.3" networkx = ">=2.4,<2.7" numpy = ">=1.19.2,<1.20.0" packaging = ">=20.0,<21.0" prompt-toolkit = ">=2.0,<3.0" psycopg2-binary = ">=2.8.2,<2.10.0" pydot = ">=1.4,<1.5" PyJWT = {version = ">=2.0.0,<3.0.0", extras = ["crypto"]} pykwalify = ">=1.7,<1.9" pymongo = {version = ">=3.8,<3.11", extras = ["srv", "tls"]} pyTelegramBotAPI = ">=3.7.3,<4.0.0" python-dateutil = ">=2.8,<2.9" python-engineio = ">=4,<5.0.0 || >5.0.0,<6" python-socketio = ">=4.4,<6" pytz = ">=2019.1,<2022.0" questionary = ">=1.5.1,<1.11.0" randomname = ">=0.1.5,<0.2.0" rasa-sdk = ">=3.0.3" redis = ">=3.4,<4.0" regex = ">=2020.6,<2021.9" requests = ">=2.23,<3.0" rocketchat_API = ">=0.6.31,<1.17.0" "ruamel.yaml" = ">=0.16.5,<0.17.0" sanic = ">=21.6.0,<22.0.0" sanic-cors = ">=1.0.0,<2.0.0" sanic-jwt = ">=1.6.0,<2.0.0" sanic-routing = ">=0.7.2,<0.8.0" scikit-learn = ">=0.22,<0.25" scipy = ">=1.4.1,<2.0.0" sentry-sdk = ">=0.17.0,<1.4.0" sklearn-crfsuite = ">=0.3,<0.4" slackclient = ">=2.0.0,<3.0.0" spacy = {version = ">=3.1,<4.0", optional = true, markers = "extra == \"spacy\" or extra == \"full\""} SQLAlchemy = ">=1.4.0,<1.5.0" tarsafe = ">=0.0.3,<0.0.4" tensorflow = ">=2.6,<2.6.2" tensorflow-addons = ">=0.14,<0.15" tensorflow-estimator = ">=2.6,<2.7" tensorflow_hub = ">=0.10,<0.13" tensorflow-probability = ">=0.11,<0.14" tensorflow-text = {version = ">=2.6,<2.7", markers = "sys_platform != \"win32\""} terminaltables = ">=3.1.0,<3.2.0" tqdm = ">=4.31,<5.0" transformers = {version = ">=2.4,<2.12", optional = true, markers = "extra == \"transformers\" or extra == \"full\""} twilio = ">=6.26,<6.51" typing-extensions = ">=3.7.4,<4.0.0" typing-utils = ">=0.1.0,<0.2.0" ujson = ">=1.35,<5.0" webexteamssdk = ">=1.1.1,<1.7.0" [package.extras] gh-release-notes = ["github3.py (>=1.3.0,<1.4.0)"] jieba = ["jieba (>=0.39,<0.43)"] full = ["jieba (>=0.39,<0.43)", "spacy (>=3.1,<4.0)", "transformers (>=2.4,<2.12)"] spacy = ["spacy (>=3.1,<4.0)"] transformers = ["transformers (>=2.4,<2.12)"] [[package]] name = "rasa-sdk" version = "3.0.3" description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants" category = "main" optional = false python-versions = ">=3.7,<3.9" [package.dependencies] coloredlogs = ">=10,<16" requests = ">=2.23,<3.0" sanic = ">=21.6.0,<22.0.0" Sanic-Cors = ">=1.0.0,<2.0.0" typing-extensions = ">=3.7.4,<4.0.0" urllib3 = ">=1.26.5,<2.0.0" uvloop = {version = "<0.15.0", markers = "sys_platform != \"win32\""} [[package]] name = "redis" version = "3.5.3" description = "Python client for Redis key-value store" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.extras] hiredis = ["hiredis (>=0.1.3)"] [[package]] name = "regex" version = "2021.8.28" description = "Alternative regular expression module, to replace re." category = "main" optional = false python-versions = "*" [[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)"] [[package]] name = "requests-oauthlib" version = "1.3.0" description = "OAuthlib authentication support for Requests." category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.dependencies] oauthlib = ">=3.0.0" requests = ">=2.0.0" [package.extras] rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "requests-toolbelt" version = "0.9.1" description = "A utility belt for advanced users of python-requests" category = "main" optional = false python-versions = "*" [package.dependencies] requests = ">=2.0.1,<3.0.0" [[package]] name = "rocketchat-api" version = "1.16.0" description = "Python API wrapper for Rocket.Chat" category = "main" optional = false python-versions = "*" [package.dependencies] requests = "*" [[package]] name = "rsa" version = "4.8" description = "Pure-Python RSA implementation" category = "main" optional = false python-versions = ">=3.6,<4" [package.dependencies] pyasn1 = ">=0.1.3" [[package]] name = "ruamel.yaml" version = "0.16.13" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" category = "main" optional = false python-versions = "*" [package.dependencies] "ruamel.yaml.clib" = {version = ">=0.1.2", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.10\""} [package.extras] docs = ["ryd"] jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] [[package]] name = "ruamel.yaml.clib" version = "0.2.6" description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml" category = "main" optional = false python-versions = ">=3.5" [[package]] name = "s3transfer" version = "0.5.0" description = "An Amazon S3 Transfer Manager" category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] botocore = ">=1.12.36,<2.0a.0" [package.extras] crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[package]] name = "sacremoses" version = "0.0.47" description = "SacreMoses" category = "main" optional = false python-versions = "*" [package.dependencies] click = "*" joblib = "*" regex = "*" six = "*" tqdm = "*" [[package]] name = "sanic" version = "21.9.3" description = "A web server and web framework that's written to go fast. Build fast. Run fast." category = "main" optional = false python-versions = ">=3.7" [package.dependencies] aiofiles = ">=0.6.0" httptools = ">=0.0.10" multidict = ">=5.0,<6.0" sanic-routing = ">=0.7,<1.0" ujson = {version = ">=1.35", markers = "sys_platform != \"win32\" and implementation_name == \"cpython\""} uvloop = {version = ">=0.5.3", markers = "sys_platform != \"win32\" and implementation_name == \"cpython\""} websockets = ">=10.0" [package.extras] all = ["isort (>=5.0.0)", "beautifulsoup4", "chardet (>=3.0.0,<4.0.0)", "pytest-benchmark", "pytest-cov", "pytest-sugar", "m2r2", "pygments", "mypy (>=0.901)", "towncrier", "pytest (==5.2.1)", "uvicorn (<0.15.0)", "coverage (==5.3)", "pytest-sanic", "flake8", "sphinx (>=2.1.2)", "sanic-testing (>=0.7.0)", "bandit", "black", "gunicorn (==20.0.4)", "tox", "sphinx-rtd-theme (>=0.4.3)", "docutils", "types-ujson"] dev = ["sanic-testing (>=0.7.0)", "pytest (==5.2.1)", "coverage (==5.3)", "gunicorn (==20.0.4)", "pytest-cov", "beautifulsoup4", "pytest-sanic", "pytest-sugar", "pytest-benchmark", "chardet (>=3.0.0,<4.0.0)", "flake8", "black", "isort (>=5.0.0)", "bandit", "mypy (>=0.901)", "docutils", "pygments", "uvicorn (<0.15.0)", "tox", "towncrier", "types-ujson"] docs = ["sphinx (>=2.1.2)", "sphinx-rtd-theme (>=0.4.3)", "docutils", "pygments", "m2r2"] test = ["sanic-testing (>=0.7.0)", "pytest (==5.2.1)", "coverage (==5.3)", "gunicorn (==20.0.4)", "pytest-cov", "beautifulsoup4", "pytest-sanic", "pytest-sugar", "pytest-benchmark", "chardet (>=3.0.0,<4.0.0)", "flake8", "black", "isort (>=5.0.0)", "bandit", "mypy (>=0.901)", "docutils", "pygments", "uvicorn (<0.15.0)", "types-ujson"] [[package]] name = "sanic-cors" version = "1.0.1" description = "A Sanic extension adding a decorator for CORS support. Based on flask-cors by Cory Dolphin." category = "main" optional = false python-versions = "*" [package.dependencies] sanic = ">=21.3.1,<21.6.0 || >21.6.0,<21.9.0 || >21.9.0,<22" sanic-plugin-toolkit = ">=1.2.0,<2" [[package]] name = "sanic-jwt" version = "1.7.0" description = "JWT oauth flow for Sanic" category = "main" optional = false python-versions = "*" [package.dependencies] pyjwt = ">=2.1.0,<2.2.0" [package.extras] all = ["sphinx"] docs = ["sphinx"] [[package]] name = "sanic-plugin-toolkit" version = "1.2.1" description = "The all-in-one toolkit for creating powerful Sanic Plugins" category = "main" optional = false python-versions = ">=3.7,<4.0" [package.dependencies] sanic = ">=21.3.1,<21.12.0" [[package]] name = "sanic-routing" version = "0.7.2" description = "Core routing component for Sanic" category = "main" optional = false python-versions = "*" [[package]] name = "scikit-learn" version = "0.24.2" description = "A set of python modules for machine learning and data mining" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] joblib = ">=0.11" numpy = ">=1.13.3" scipy = ">=0.19.1" threadpoolctl = ">=2.0.0" [package.extras] benchmark = ["matplotlib (>=2.1.1)", "pandas (>=0.25.0)", "memory-profiler (>=0.57.0)"] docs = ["matplotlib (>=2.1.1)", "scikit-image (>=0.13)", "pandas (>=0.25.0)", "seaborn (>=0.9.0)", "memory-profiler (>=0.57.0)", "sphinx (>=3.2.0)", "sphinx-gallery (>=0.7.0)", "numpydoc (>=1.0.0)", "Pillow (>=7.1.2)", "sphinx-prompt (>=1.3.0)"] examples = ["matplotlib (>=2.1.1)", "scikit-image (>=0.13)", "pandas (>=0.25.0)", "seaborn (>=0.9.0)"] tests = ["matplotlib (>=2.1.1)", "scikit-image (>=0.13)", "pandas (>=0.25.0)", "pytest (>=5.0.1)", "pytest-cov (>=2.9.0)", "flake8 (>=3.8.2)", "mypy (>=0.770)", "pyamg (>=4.0.0)"] [[package]] name = "scipy" version = "1.7.3" description = "SciPy: Scientific Library for Python" category = "main" optional = false python-versions = ">=3.7,<3.11" [package.dependencies] numpy = ">=1.16.5,<1.23.0" [[package]] name = "sentencepiece" version = "0.1.96" description = "SentencePiece python wrapper" category = "main" optional = false python-versions = "*" [[package]] name = "sentry-sdk" version = "1.3.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" [package.dependencies] certifi = "*" urllib3 = ">=1.10.0" [package.extras] aiohttp = ["aiohttp (>=3.5)"] beam = ["apache-beam (>=2.12)"] bottle = ["bottle (>=0.12.13)"] celery = ["celery (>=3)"] chalice = ["chalice (>=1.16.0)"] django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] flask = ["flask (>=0.11)", "blinker (>=1.1)"] httpx = ["httpx (>=0.16.0)"] pure_eval = ["pure-eval", "executing", "asttokens"] pyspark = ["pyspark (>=2.4.4)"] rq = ["rq (>=0.6)"] sanic = ["sanic (>=0.8)"] sqlalchemy = ["sqlalchemy (>=1.2)"] tornado = ["tornado (>=5)"] [[package]] name = "six" version = "1.15.0" description = "Python 2 and 3 compatibility utilities" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "sklearn-crfsuite" version = "0.3.6" description = "CRFsuite (python-crfsuite) wrapper which provides interface simlar to scikit-learn" category = "main" optional = false python-versions = "*" [package.dependencies] python-crfsuite = ">=0.8.3" six = "*" tabulate = "*" tqdm = ">=2.0" [[package]] name = "slackclient" version = "2.9.3" description = "Slack API clients for Web API and RTM API" category = "main" optional = false python-versions = ">=3.6.0" [package.dependencies] aiohttp = ">3.5.2,<4.0.0" [package.extras] optional = ["aiodns (>1.0)"] [[package]] name = "smart-open" version = "5.2.1" description = "Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)" category = "main" optional = false python-versions = ">=3.6,<4.0" [package.extras] all = ["boto3", "google-cloud-storage", "azure-storage-blob", "azure-common", "azure-core", "requests"] azure = ["azure-storage-blob", "azure-common", "azure-core"] gcs = ["google-cloud-storage"] http = ["requests"] s3 = ["boto3"] test = ["boto3", "google-cloud-storage", "azure-storage-blob", "azure-common", "azure-core", "requests", "moto[server] (==1.3.14)", "pathlib2", "responses", "paramiko", "parameterizedtestcase", "pytest", "pytest-rerunfailures"] webhdfs = ["requests"] [[package]] name = "spacy" version = "3.2.1" description = "Industrial-strength Natural Language Processing (NLP) in Python" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] blis = ">=0.4.0,<0.8.0" catalogue = ">=2.0.6,<2.1.0" cymem = ">=2.0.2,<2.1.0" jinja2 = "*" langcodes = ">=3.2.0,<4.0.0" murmurhash = ">=0.28.0,<1.1.0" numpy = ">=1.15.0" packaging = ">=20.0" pathy = ">=0.3.5" preshed = ">=3.0.2,<3.1.0" pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<1.9.0" requests = ">=2.13.0,<3.0.0" spacy-legacy = ">=3.0.8,<3.1.0" spacy-loggers = ">=1.0.0,<2.0.0" srsly = ">=2.4.1,<3.0.0" thinc = ">=8.0.12,<8.1.0" tqdm = ">=4.38.0,<5.0.0" typer = ">=0.3.0,<0.5.0" typing-extensions = {version = ">=3.7.4,<4.0.0.0", markers = "python_version < \"3.8\""} wasabi = ">=0.8.1,<1.1.0" [package.extras] apple = ["thinc-apple-ops (>=0.0.4,<1.0.0)"] cuda = ["cupy (>=5.0.0b4,<10.0.0)"] cuda100 = ["cupy-cuda100 (>=5.0.0b4,<10.0.0)"] cuda101 = ["cupy-cuda101 (>=5.0.0b4,<10.0.0)"] cuda102 = ["cupy-cuda102 (>=5.0.0b4,<10.0.0)"] cuda110 = ["cupy-cuda110 (>=5.0.0b4,<10.0.0)"] cuda111 = ["cupy-cuda111 (>=5.0.0b4,<10.0.0)"] cuda112 = ["cupy-cuda112 (>=5.0.0b4,<10.0.0)"] cuda113 = ["cupy-cuda113 (>=5.0.0b4,<10.0.0)"] cuda114 = ["cupy-cuda114 (>=5.0.0b4,<10.0.0)"] cuda80 = ["cupy-cuda80 (>=5.0.0b4,<10.0.0)"] cuda90 = ["cupy-cuda90 (>=5.0.0b4,<10.0.0)"] cuda91 = ["cupy-cuda91 (>=5.0.0b4,<10.0.0)"] cuda92 = ["cupy-cuda92 (>=5.0.0b4,<10.0.0)"] ja = ["sudachipy (>=0.4.9)", "sudachidict-core (>=20200330)"] ko = ["natto-py (==0.9.0)"] lookups = ["spacy-lookups-data (>=1.0.3,<1.1.0)"] ray = ["spacy-ray (>=0.1.0,<1.0.0)"] th = ["pythainlp (>=2.0)"] transformers = ["spacy-transformers (>=1.1.2,<1.2.0)"] [[package]] name = "spacy-legacy" version = "3.0.8" description = "Legacy registered functions for spaCy backwards compatibility" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "spacy-loggers" version = "1.0.1" description = "Logging utilities for SpaCy" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] wasabi = ">=0.8.1,<1.1.0" [[package]] name = "sqlalchemy" version = "1.4.31" 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\")"} importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [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)"] 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"] [[package]] name = "srsly" version = "2.4.2" description = "Modern high-performance serialization utilities for Python" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] catalogue = ">=2.0.3,<2.1.0" [[package]] name = "tabulate" version = "0.8.9" description = "Pretty-print tabular data" category = "main" optional = false python-versions = "*" [package.extras] widechars = ["wcwidth"] [[package]] name = "tarsafe" version = "0.0.3" description = "A safe subclass of the TarFile class for interacting with tar files. Can be used as a direct drop-in replacement for safe usage of extractall()" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "tensorboard" version = "2.8.0" description = "TensorBoard lets you watch Tensors Flow" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] absl-py = ">=0.4" google-auth = ">=1.6.3,<3" google-auth-oauthlib = ">=0.4.1,<0.5" grpcio = ">=1.24.3" markdown = ">=2.6.8" numpy = ">=1.12.0" protobuf = ">=3.6.0" requests = ">=2.21.0,<3" tensorboard-data-server = ">=0.6.0,<0.7.0" tensorboard-plugin-wit = ">=1.6.0" werkzeug = ">=0.11.15" [[package]] name = "tensorboard-data-server" version = "0.6.1" description = "Fast data loading for TensorBoard" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "tensorboard-plugin-wit" version = "1.8.1" description = "What-If Tool TensorBoard plugin." category = "main" optional = false python-versions = "*" [[package]] name = "tensorflow" version = "2.6.1" description = "TensorFlow is an open source machine learning framework for everyone." category = "main" optional = false python-versions = "*" [package.dependencies] absl-py = ">=0.10,<1.0" astunparse = ">=1.6.3,<1.7.0" clang = ">=5.0,<6.0" flatbuffers = ">=1.12.0,<1.13.0" gast = "0.4.0" google-pasta = ">=0.2,<1.0" grpcio = ">=1.37.0,<2.0" h5py = ">=3.1.0,<3.2.0" keras = ">=2.6,<3.0" keras-preprocessing = ">=1.1.2,<1.2.0" numpy = ">=1.19.2,<1.20.0" opt-einsum = ">=3.3.0,<3.4.0" protobuf = ">=3.9.2" six = ">=1.15.0,<1.16.0" tensorboard = ">=2.6,<3.0" tenso