How To Install pipenv on Fedora 36

In this tutorial we learn how to install pipenv in Fedora 36. pipenv is The higher level Python packaging tool

Introduction

In this tutorial we learn how to install pipenv on Fedora 36.

What is pipenv

The Python packaging tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates the ever–important Pipfile.lock, which is used to produce deterministic builds.

We can use yum or dnf to install pipenv on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pipenv.

Install pipenv on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pipenv using dnf by running the following command:

sudo dnf -y install pipenv

Install pipenv on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pipenv using yum by running the following command:

sudo yum -y install pipenv

How To Uninstall pipenv on Fedora 36

To uninstall only the pipenv package we can use the following command:

sudo dnf remove pipenv

pipenv Package Contents on Fedora 36

/usr/bin/pipenv
/usr/bin/pipenv-resolver
/usr/lib/python3.10/site-packages/pipenv
/usr/lib/python3.10/site-packages/pipenv-2021.5.29-py3.10.egg-info
/usr/lib/python3.10/site-packages/pipenv-2021.5.29-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pipenv-2021.5.29-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pipenv-2021.5.29-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pipenv-2021.5.29-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/pipenv-2021.5.29-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pipenv-2021.5.29-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pipenv-2021.5.29-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/pipenv/__init__.py
/usr/lib/python3.10/site-packages/pipenv/__main__.py
/usr/lib/python3.10/site-packages/pipenv/__pycache__
/usr/lib/python3.10/site-packages/pipenv/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/__version__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/cmdparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/cmdparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/environment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/environment.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/environments.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/environments.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/help.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/installers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/installers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/pep508checker.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/pep508checker.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/progress.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/progress.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/project.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/project.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/shells.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/shells.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/__version__.py
/usr/lib/python3.10/site-packages/pipenv/_compat.py
/usr/lib/python3.10/site-packages/pipenv/cli
/usr/lib/python3.10/site-packages/pipenv/cli/__init__.py
/usr/lib/python3.10/site-packages/pipenv/cli/__pycache__
/usr/lib/python3.10/site-packages/pipenv/cli/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/cli/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/cli/__pycache__/command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/cli/__pycache__/command.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/cli/__pycache__/options.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/cli/__pycache__/options.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/cli/command.py
/usr/lib/python3.10/site-packages/pipenv/cli/options.py
/usr/lib/python3.10/site-packages/pipenv/cmdparse.py
/usr/lib/python3.10/site-packages/pipenv/core.py
/usr/lib/python3.10/site-packages/pipenv/environment.py
/usr/lib/python3.10/site-packages/pipenv/environments.py
/usr/lib/python3.10/site-packages/pipenv/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/help.py
/usr/lib/python3.10/site-packages/pipenv/installers.py
/usr/lib/python3.10/site-packages/pipenv/patched
/usr/lib/python3.10/site-packages/pipenv/patched/README.md
/usr/lib/python3.10/site-packages/pipenv/patched/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/__pycache__/crayons.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/__pycache__/crayons.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/crayons.LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/crayons.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/__main__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/build_env.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/build_env.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/configuration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/configuration.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/legacy_resolve.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/legacy_resolve.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/locations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/locations.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/pep425tags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/pep425tags.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/pyproject.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/pyproject.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/self_outdated_check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/self_outdated_check.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/wheel_builder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/__pycache__/wheel_builder.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/build_env.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cache.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/autocompletion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/base_command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/base_command.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/cmdoptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/command_context.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/command_context.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/main_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/main_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/req_command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/req_command.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/status_codes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/__pycache__/status_codes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/autocompletion.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/base_command.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/cmdoptions.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/command_context.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/main.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/main_parser.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/parser.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/req_command.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/cli/status_codes.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/check.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/completion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/completion.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/configuration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/configuration.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/download.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/download.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/freeze.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/freeze.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/hash.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/hash.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/help.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/install.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/install.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/list.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/list.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/search.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/search.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/show.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/show.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/uninstall.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/uninstall.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/check.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/completion.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/configuration.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/debug.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/download.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/freeze.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/hash.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/help.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/install.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/list.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/search.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/show.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/uninstall.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/commands/wheel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/configuration.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/installed.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/installed.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/sdist.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/sdist.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/base.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/installed.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/sdist.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/distributions/wheel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/__pycache__/collector.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/__pycache__/collector.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/__pycache__/package_finder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/__pycache__/package_finder.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/collector.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/index/package_finder.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/legacy_resolve.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/locations.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/main.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/candidate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/candidate.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/format_control.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/format_control.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/index.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/index.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/link.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/link.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/scheme.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/scheme.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/search_scope.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/search_scope.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/selection_prefs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/target_python.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/target_python.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/candidate.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/format_control.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/index.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/link.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/scheme.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/search_scope.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/selection_prefs.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/target_python.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/models/wheel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/auth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/auth.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/download.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/download.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/session.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/session.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/xmlrpc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/auth.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/cache.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/download.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/session.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/utils.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/network/xmlrpc.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__/check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__/check.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__/freeze.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__/freeze.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__/prepare.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/__pycache__/prepare.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/metadata.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/metadata_legacy.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/wheel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/build/wheel_legacy.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/check.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/freeze.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__/legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/editable_legacy.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/legacy.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/install/wheel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/operations/prepare.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/pep425tags.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/pyproject.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/constructors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/constructors.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_file.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_file.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_install.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_install.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_set.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_set.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_tracker.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_tracker.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_uninstall.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/constructors.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/req_file.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/req_install.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/req_set.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/req_tracker.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/req/req_uninstall.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/self_outdated_check.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/appdirs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/appdirs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/deprecation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/deprecation.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/distutils_args.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/encoding.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/encoding.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/entrypoints.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/filesystem.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/filesystem.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/filetypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/filetypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/glibc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/glibc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/hashes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/hashes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/inject_securetransport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/logging.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/logging.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/marker_files.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/marker_files.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/misc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/misc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/packaging.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/packaging.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/pkg_resources.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/pkg_resources.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/setuptools_build.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/subprocess.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/subprocess.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/temp_dir.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/typing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/typing.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/ui.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/ui.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/unpacking.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/unpacking.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/urls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/urls.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/virtualenv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/appdirs.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/deprecation.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/distutils_args.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/encoding.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/entrypoints.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/filesystem.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/filetypes.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/glibc.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/hashes.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/inject_securetransport.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/logging.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/marker_files.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/misc.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/models.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/packaging.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/pkg_resources.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/setuptools_build.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/subprocess.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/temp_dir.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/typing.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/ui.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/unpacking.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/urls.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/virtualenv.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/utils/wheel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/bazaar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/git.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/git.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/mercurial.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/subversion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/subversion.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/versioncontrol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/bazaar.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/git.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/mercurial.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/subversion.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/vcs/versioncontrol.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_internal/wheel_builder.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/appdirs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/appdirs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/contextlib2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/contextlib2.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/distro.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/distro.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/ipaddress.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/ipaddress.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/pyparsing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/pyparsing.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/retrying.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/retrying.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/six.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/__pycache__/six.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/appdirs.LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/appdirs.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/controller.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/_cmd.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/adapter.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/cache.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/file_cache.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/caches/redis_cache.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/controller.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/filewrapper.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/heuristics.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/serialize.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/cachecontrol/wrapper.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__main__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/certifi/core.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/big5freq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/big5prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/chardistribution.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/charsetprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/cp949prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/enums.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/enums.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/escprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/escsm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/euckrprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/euctwprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/jisfreq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/jpcntx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langcyrillicmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langcyrillicmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/latin1prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/mbcssm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/sjisprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/universaldetector.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/utf8prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/big5freq.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/big5prober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/chardistribution.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/charsetgroupprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/charsetprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cli
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cli/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cli/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cli/chardetect.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/codingstatemachine.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/cp949prober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/enums.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/escprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/escsm.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/eucjpprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/euckrfreq.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/euckrprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/euctwfreq.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/euctwprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/gb2312freq.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/gb2312prober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/hebrewprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/jisfreq.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/jpcntx.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/langbulgarianmodel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/langcyrillicmodel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/langgreekmodel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/langhebrewmodel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/langhungarianmodel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/langthaimodel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/langturkishmodel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/latin1prober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/mbcharsetprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/mbcsgroupprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/mbcssm.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/sbcharsetprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/sbcsgroupprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/sjisprober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/universaldetector.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/utf8prober.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/chardet/version.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/ansi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/initialise.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/win32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/win32.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/winterm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/ansi.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/ansitowin32.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/initialise.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/win32.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/colorama/winterm.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/contextlib2.LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/contextlib2.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/database.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/database.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/index.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/index.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/locators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/locators.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/manifest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/markers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/markers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/resources.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/resources.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/scripts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/misc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/misc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/shutil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/shutil.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/misc.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/shutil.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/sysconfig.cfg
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/sysconfig.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/_backport/tarfile.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/database.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/index.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/locators.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/manifest.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/markers.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/metadata.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/resources.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/scripts.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/util.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/version.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distlib/wheel.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distro.LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/distro.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/html5parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_ihatexml.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_inputstream.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_tokenizer.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/_base.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/datrie.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_trie/py.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/_utils.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/constants.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/alphabeticalattributes.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/base.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/inject_meta_charset.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/lint.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/optionaltags.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/sanitizer.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/filters/whitespace.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/html5parser.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/serializer.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/genshi.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treeadapters/sax.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/base.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/dom.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/etree.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treebuilders/etree_lxml.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/base.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/dom.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/etree.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/etree_lxml.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/html5lib/treewalkers/genshi.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/LICENSE.rst
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/codec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/codec.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/idnadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/intranges.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/intranges.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/package_data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/package_data.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/uts46data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/codec.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/core.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/idnadata.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/intranges.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/package_data.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/idna/uts46data.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/ipaddress.LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/ipaddress.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/COPYING
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__/fallback.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/_version.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/msgpack/fallback.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/LICENSE.APACHE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/LICENSE.BSD
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__about__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/_structures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/_typing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/_typing.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/markers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/markers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/requirements.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/specifiers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/tags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/tags.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/_compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/_structures.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/_typing.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/markers.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/requirements.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/specifiers.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/tags.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/utils.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/packaging/version.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/_in_process.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/_in_process.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/build.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/build.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/check.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/colorlog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/colorlog.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/dirtools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/dirtools.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/envbuild.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/envbuild.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/meta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/meta.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/wrappers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/_in_process.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/build.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/check.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/colorlog.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/dirtools.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/envbuild.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/meta.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pep517/wrappers.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pkg_resources/py31compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__/bar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__/bar.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__/counter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__/counter.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__/spinner.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/__pycache__/spinner.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/bar.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/counter.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/progress/spinner.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pyparsing.LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pyparsing.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/test.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/writer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/__pycache__/writer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/core.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/parser.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/test.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/utils.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/pytoml/writer.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/__version__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/_internal_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/adapters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/adapters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/auth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/auth.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/certs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/certs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/cookies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/cookies.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/help.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/hooks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/hooks.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/packages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/packages.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/sessions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/sessions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/status_codes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/structures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/structures.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/__version__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/_internal_utils.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/adapters.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/api.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/auth.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/certs.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/cookies.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/help.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/hooks.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/models.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/packages.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/sessions.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/status_codes.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/structures.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/requests/utils.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/retrying.LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/retrying.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/six.LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/six.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/_collections.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/fields.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/filepost.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/request.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/request.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/__pycache__/response.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/_collections.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/connection.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/connectionpool.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_appengine_environ.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/bindings.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/low_level.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/appengine.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/ntlmpool.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/pyopenssl.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/securetransport.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/contrib/socks.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/fields.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/filepost.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/__pycache__/six.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/backports
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/backports/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/backports/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/backports/makefile.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/six.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/poolmanager.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/request.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/response.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/queue.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/request.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/retry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/url.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/wait.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/connection.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/queue.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/request.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/response.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/retry.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/ssl_.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/timeout.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/url.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/urllib3/util/wait.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/vendor.txt
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/labels.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/labels.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/mklabels.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/mklabels.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/tests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/tests.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/labels.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/mklabels.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/tests.py
/usr/lib/python3.10/site-packages/pipenv/patched/notpip/_vendor/webencodings/x_user_defined.py
/usr/lib/python3.10/site-packages/pipenv/patched/patched.txt
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/LICENSE.APACHE
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/LICENSE.BSD
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__about__.py
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__pycache__/__about__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/pipfile/api.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__main__.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/click.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/click.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/locations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/locations.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/logging.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/logging.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/writer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/__pycache__/writer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__/contextlib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__/contextlib.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__/pip_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__/pip_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__/tempfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/__pycache__/tempfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/contextlib.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/pip_compat.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/_compat/tempfile.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/cache.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/click.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/locations.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/logging.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__/local.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__/local.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__/pypi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/__pycache__/pypi.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/base.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/local.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/repositories/pypi.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/resolver.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/__pycache__/compile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/__pycache__/compile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/compile.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/scripts/sync.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/sync.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/utils.py
/usr/lib/python3.10/site-packages/pipenv/patched/piptools/writer.py
/usr/lib/python3.10/site-packages/pipenv/patched/safety
/usr/lib/python3.10/site-packages/pipenv/patched/safety/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__main__.py
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/formatter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/formatter.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/safety.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/safety.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/safety/cli.py
/usr/lib/python3.10/site-packages/pipenv/patched/safety/constants.py
/usr/lib/python3.10/site-packages/pipenv/patched/safety/errors.py
/usr/lib/python3.10/site-packages/pipenv/patched/safety/formatter.py
/usr/lib/python3.10/site-packages/pipenv/patched/safety/safety.py
/usr/lib/python3.10/site-packages/pipenv/patched/safety/util.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/LICENSE
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__init__.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/composer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/composer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/constructor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/constructor.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/cyaml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/cyaml.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/dumper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/dumper.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/emitter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/emitter.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/error.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/error.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/events.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/events.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/loader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/loader.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/nodes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/nodes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/reader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/reader.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/representer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/representer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/scanner.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/scanner.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/tokens.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/__pycache__/tokens.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/composer.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/constructor.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/cyaml.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/dumper.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/emitter.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/error.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/events.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/loader.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/nodes.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/parser.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/reader.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/representer.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/resolver.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/scanner.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/serializer.py
/usr/lib/python3.10/site-packages/pipenv/patched/yaml3/tokens.py
/usr/lib/python3.10/site-packages/pipenv/pep508checker.py
/usr/lib/python3.10/site-packages/pipenv/pipenv.1
/usr/lib/python3.10/site-packages/pipenv/progress.py
/usr/lib/python3.10/site-packages/pipenv/project.py
/usr/lib/python3.10/site-packages/pipenv/resolver.py
/usr/lib/python3.10/site-packages/pipenv/shells.py
/usr/lib/python3.10/site-packages/pipenv/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor
/usr/lib/python3.10/site-packages/pipenv/vendor/Makefile
/usr/lib/python3.10/site-packages/pipenv/vendor/README.md
/usr/lib/python3.10/site-packages/pipenv/vendor/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/appdirs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/appdirs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/cached_property.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/cached_property.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/contextlib2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/contextlib2.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/delegator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/delegator.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/docopt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/docopt.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/first.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/first.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/parse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/parse.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/pipdeptree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/pipdeptree.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/pyparsing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/pyparsing.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/scandir.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/scandir.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/semver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/semver.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/six.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/six.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/zipp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/__pycache__/zipp.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/appdirs.LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/appdirs.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_config.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_funcs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_funcs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_make.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_make.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_next_gen.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_next_gen.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_version_info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/_version_info.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/converters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/converters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/filters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/filters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/setters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/setters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/validators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/__pycache__/validators.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/_compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/_config.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/_funcs.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/_make.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/_next_gen.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/_version_info.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/converters.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/filters.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/setters.py
/usr/lib/python3.10/site-packages/pipenv/vendor/attr/validators.py
/usr/lib/python3.10/site-packages/pipenv/vendor/backports
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/__pycache__/functools_lru_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/__pycache__/functools_lru_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/__pycache__/weakref.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/__pycache__/weakref.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/enum
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/enum/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/enum/README
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/enum/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/enum/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/enum/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/enum/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/functools_lru_cache.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/functools_lru_cache.py
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size/__pycache__/get_terminal_size.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size/__pycache__/get_terminal_size.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/shutil_get_terminal_size/get_terminal_size.py
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/weakref.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/backports/weakref.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cached_property.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/cached_property.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/platform.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/platform.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/schema.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/schema.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/validator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/__pycache__/validator.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/errors.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/platform.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/schema.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_assorted.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_assorted.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_customization.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_customization.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_normalization.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_normalization.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_registries.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_registries.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_schema.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_schema.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_validation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/__pycache__/test_validation.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/conftest.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_assorted.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_customization.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_errors.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_legacy.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_normalization.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_registries.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_schema.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/tests/test_validation.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/cerberus/validator.py
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__main__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/cacert.pem
/usr/lib/python3.10/site-packages/pipenv/vendor/certifi/core.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/big5freq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/big5freq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/big5prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/big5prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/chardistribution.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/chardistribution.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/charsetgroupprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/charsetprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/charsetprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/codingstatemachine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/cp949prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/cp949prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/enums.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/enums.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/escprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/escprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/escsm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/escsm.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/eucjpprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/euckrfreq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/euckrprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/euckrprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/euctwfreq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/euctwprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/euctwprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/gb2312freq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/gb2312prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/hebrewprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/jisfreq.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/jisfreq.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/jpcntx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/jpcntx.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langcyrillicmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langcyrillicmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langgreekmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langhebrewmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langhungarianmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langthaimodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langturkishmodel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/latin1prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/latin1prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/mbcharsetprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/mbcssm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/mbcssm.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/sbcharsetprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/sjisprober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/sjisprober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/universaldetector.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/universaldetector.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/utf8prober.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/utf8prober.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/big5freq.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/big5prober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/chardistribution.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/charsetgroupprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/charsetprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cli
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cli/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cli/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cli/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cli/__pycache__/chardetect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cli/chardetect.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/codingstatemachine.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/cp949prober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/enums.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/escprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/escsm.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/eucjpprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/euckrfreq.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/euckrprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/euctwfreq.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/euctwprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/gb2312freq.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/gb2312prober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/hebrewprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/jisfreq.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/jpcntx.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/langbulgarianmodel.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/langcyrillicmodel.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/langgreekmodel.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/langhebrewmodel.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/langhungarianmodel.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/langthaimodel.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/langturkishmodel.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/latin1prober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/mbcharsetprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/mbcsgroupprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/mbcssm.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/sbcharsetprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/sbcsgroupprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/sjisprober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/universaldetector.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/utf8prober.py
/usr/lib/python3.10/site-packages/pipenv/vendor/chardet/version.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click
/usr/lib/python3.10/site-packages/pipenv/vendor/click/LICENSE.rst
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_bashcomplete.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_bashcomplete.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_termui_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_termui_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_textwrap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_textwrap.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_unicodefun.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_unicodefun.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_winconsole.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/_winconsole.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/formatting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/formatting.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/globals.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/globals.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/termui.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/termui.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/testing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/testing.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/types.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click/_bashcomplete.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/_compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/_termui_impl.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/_textwrap.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/_unicodefun.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/_winconsole.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/core.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/decorators.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/formatting.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/globals.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/parser.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/termui.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/testing.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/types.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__/lib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__/lib.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__/patch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/__pycache__/patch.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/bash.j2
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/core.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/fish.j2
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/lib.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/patch.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/powershell.j2
/usr/lib/python3.10/site-packages/pipenv/vendor/click_completion/zsh.j2
/usr/lib/python3.10/site-packages/pipenv/vendor/click_didyoumean
/usr/lib/python3.10/site-packages/pipenv/vendor/click_didyoumean/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/click_didyoumean/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/click_didyoumean/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/click_didyoumean/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/click_didyoumean/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/ansi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/ansi.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/ansitowin32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/initialise.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/initialise.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/win32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/win32.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/winterm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/__pycache__/winterm.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/ansi.py
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/ansitowin32.py
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/initialise.py
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/win32.py
/usr/lib/python3.10/site-packages/pipenv/vendor/colorama/winterm.py
/usr/lib/python3.10/site-packages/pipenv/vendor/contextlib2.LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/contextlib2.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/_common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/_common.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/easter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/easter.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/relativedelta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/relativedelta.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/rrule.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/rrule.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/tzwin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/tzwin.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/_common.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/_version.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/easter.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/__pycache__/_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/__pycache__/_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/__pycache__/isoparser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/__pycache__/isoparser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/_parser.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/parser/isoparser.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/relativedelta.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/rrule.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/_common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/_common.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/_factories.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/_factories.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/tz.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/tz.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/win.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/__pycache__/win.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/_common.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/_factories.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/tz.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tz/win.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/tzwin.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/zoneinfo
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/zoneinfo/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/zoneinfo/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/zoneinfo/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/zoneinfo/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/zoneinfo/__pycache__/rebuild.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/zoneinfo/__pycache__/rebuild.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dateutil/zoneinfo/rebuild.py
/usr/lib/python3.10/site-packages/pipenv/vendor/delegator.py
/usr/lib/python3.10/site-packages/pipenv/vendor/delegator.py.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/database.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/database.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/index.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/index.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/locators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/locators.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/manifest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/manifest.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/markers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/markers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/resources.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/resources.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/scripts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/scripts.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/misc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/misc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/shutil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/shutil.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/sysconfig.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/sysconfig.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/tarfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/__pycache__/tarfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/misc.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/shutil.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/sysconfig.cfg
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/sysconfig.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/_backport/tarfile.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/database.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/index.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/locators.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/manifest.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/markers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/metadata.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/resources.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/scripts.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/util.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/version.py
/usr/lib/python3.10/site-packages/pipenv/vendor/distlib/wheel.py
/usr/lib/python3.10/site-packages/pipenv/vendor/docopt.LICENSE-MIT
/usr/lib/python3.10/site-packages/pipenv/vendor/docopt.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/ipython.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/ipython.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/cli.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/ipython.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/main.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/parser.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dotenv/version.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/dependencies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/dependencies.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/filetypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/filetypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/regex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/regex.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/updater.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/__pycache__/updater.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/dependencies.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/errors.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/filetypes.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/parser.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/regex.py
/usr/lib/python3.10/site-packages/pipenv/vendor/dparse/updater.py
/usr/lib/python3.10/site-packages/pipenv/vendor/first.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/first.py
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/funcsigs/version.py
/usr/lib/python3.10/site-packages/pipenv/vendor/idna
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/LICENSE.rst
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/codec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/codec.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/idnadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/idnadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/intranges.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/intranges.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/package_data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/package_data.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/uts46data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/__pycache__/uts46data.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/codec.py
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/core.py
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/idnadata.py
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/intranges.py
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/package_data.py
/usr/lib/python3.10/site-packages/pipenv/vendor/idna/uts46data.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/_compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/__pycache__/conf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/__pycache__/conf.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/changelog.rst
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/conf.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/index.rst
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/docs/using.rst
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/fixtures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/fixtures.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/test_api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/test_api.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/test_integration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/test_integration.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/test_main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/test_main.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/test_zip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/__pycache__/test_zip.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/data
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/data/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/data/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/data/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/data/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/fixtures.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/test_api.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/test_integration.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/test_main.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_metadata/tests/test_zip.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/_common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/_common.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/_py2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/_py2.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/_py3.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/_py3.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/abc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/abc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/readers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/readers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/trees.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/__pycache__/trees.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/_common.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/_compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/_py2.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/_py3.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/abc.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/readers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_files.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_files.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_open.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_open.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_path.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_read.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_read.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_resource.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/test_resource.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/subdirectory
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/subdirectory/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/subdirectory/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/subdirectory/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data01/subdirectory/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/one
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/one/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/one/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/one/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/one/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/two
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/two/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/two/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/two/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data02/two/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data03
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data03/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data03/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data03/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/data03/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/test_files.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/test_open.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/test_path.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/test_read.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/test_resource.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/util.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata01
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata01/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata01/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata01/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata01/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata02
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata02/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata02/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata02/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/tests/zipdata02/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/importlib_resources/trees.py
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/__pycache__/iso8601.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/__pycache__/iso8601.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/__pycache__/test_iso8601.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/__pycache__/test_iso8601.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/iso8601.py
/usr/lib/python3.10/site-packages/pipenv/vendor/iso8601/test_iso8601.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/LICENSE.rst
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/_identifier.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/_identifier.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/asyncfilters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/asyncfilters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/asyncsupport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/asyncsupport.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/bccache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/bccache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/compiler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/compiler.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/defaults.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/defaults.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/environment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/environment.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/ext.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/ext.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/filters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/filters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/idtracking.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/idtracking.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/lexer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/lexer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/loaders.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/loaders.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/meta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/meta.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/nativetypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/nativetypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/nodes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/nodes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/optimizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/optimizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/runtime.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/runtime.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/sandbox.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/sandbox.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/tests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/tests.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/visitor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/__pycache__/visitor.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/_compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/_identifier.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/asyncfilters.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/asyncsupport.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/bccache.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/compiler.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/constants.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/debug.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/defaults.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/environment.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/ext.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/filters.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/idtracking.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/lexer.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/loaders.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/meta.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/nativetypes.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/nodes.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/optimizer.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/parser.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/runtime.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/sandbox.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/tests.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/jinja2/visitor.py
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/LICENSE.rst
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__/_constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__/_constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__/_native.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/__pycache__/_native.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/_compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/_constants.py
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/_native.py
/usr/lib/python3.10/site-packages/pipenv/vendor/markupsafe/_speedups.c
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/__pycache__/more.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/__pycache__/more.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/__pycache__/recipes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/__pycache__/recipes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/more.py
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/recipes.py
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/__pycache__/test_more.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/__pycache__/test_more.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/__pycache__/test_recipes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/__pycache__/test_recipes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/test_more.py
/usr/lib/python3.10/site-packages/pipenv/vendor/more_itertools/tests/test_recipes.py
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/LICENSE.md
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__/__version__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__/itemlist.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__/itemlist.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__/orderedmultidict.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__pycache__/orderedmultidict.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/__version__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/itemlist.py
/usr/lib/python3.10/site-packages/pipenv/vendor/orderedmultidict/orderedmultidict.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/LICENSE.APACHE
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/LICENSE.BSD
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__about__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/__about__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/_structures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/_structures.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/_typing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/_typing.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/markers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/markers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/requirements.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/requirements.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/specifiers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/specifiers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/tags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/tags.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/_compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/_structures.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/_typing.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/markers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/requirements.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/specifiers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/tags.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/packaging/version.py
/usr/lib/python3.10/site-packages/pipenv/vendor/parse.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/parse.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/__main__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/add.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/add.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/clean.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/clean.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/freeze.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/freeze.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/init.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/init.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/install.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/install.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/lock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/lock.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/remove.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/remove.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/upgrade.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/__pycache__/upgrade.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/add.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/clean.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/freeze.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/init.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/install.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/lock.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/remove.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/sync.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/actions/upgrade.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/_base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/_base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/add.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/add.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/clean.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/clean.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/freeze.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/freeze.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/init.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/init.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/install.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/install.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/lock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/lock.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/options.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/options.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/remove.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/remove.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/upgrade.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/__pycache__/upgrade.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/_base.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/add.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/clean.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/freeze.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/init.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/install.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/lock.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/options.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/remove.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/sync.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/cli/upgrade.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/_pip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/_pip.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/_pip_shims.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/_pip_shims.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/candidates.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/candidates.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/dependencies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/dependencies.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/hashes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/hashes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/markers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/markers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/reporters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/reporters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/specifiers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/specifiers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/traces.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/traces.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/_pip.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/_pip_shims.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/candidates.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/dependencies.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/hashes.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/markers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/reporters.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/specifiers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/traces.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/internals/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/caches.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/caches.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/lockers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/lockers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/projects.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/projects.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/providers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/providers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/synchronizers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/__pycache__/synchronizers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/caches.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/lockers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/metadata.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/projects.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/providers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/models/synchronizers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/__pycache__/lock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/__pycache__/lock.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/lock.py
/usr/lib/python3.10/site-packages/pipenv/vendor/passa/operations/sync.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pathlib2
/usr/lib/python3.10/site-packages/pipenv/vendor/pathlib2/LICENSE.rst
/usr/lib/python3.10/site-packages/pipenv/vendor/pathlib2/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pathlib2/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pathlib2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pathlib2/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/_in_process.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/_in_process.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/build.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/build.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/check.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/colorlog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/colorlog.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/dirtools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/dirtools.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/envbuild.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/envbuild.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/meta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/meta.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/wrappers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/__pycache__/wrappers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/_in_process.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/build.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/check.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/colorlog.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/dirtools.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/envbuild.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/meta.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pep517/wrappers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/ANSI.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/FSM.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/ANSI.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/ANSI.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/FSM.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/FSM.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/expect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/expect.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/fdpexpect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/fdpexpect.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/popen_spawn.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/popen_spawn.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/pty_spawn.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/pty_spawn.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/pxssh.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/pxssh.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/replwrap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/replwrap.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/run.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/run.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/screen.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/screen.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/spawnbase.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/spawnbase.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/_async.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/bashrc.sh
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/expect.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/fdpexpect.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/popen_spawn.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/pty_spawn.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/pxssh.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/replwrap.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/run.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/screen.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/spawnbase.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pexpect/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/environment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/environment.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/shims.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/shims.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/environment.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/models.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/shims.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pip_shims/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pipdeptree.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/pipdeptree.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/__pycache__/pipreqs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/__pycache__/pipreqs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/mapping
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/pipreqs.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pipreqs/stdlib
/usr/lib/python3.10/site-packages/pipenv/vendor/plette
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/__pycache__/lockfiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/__pycache__/lockfiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/__pycache__/pipfiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/__pycache__/pipfiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/lockfiles.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/hashes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/hashes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/packages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/packages.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/scripts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/scripts.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/sections.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/sections.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/sources.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/__pycache__/sources.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/base.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/hashes.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/packages.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/scripts.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/sections.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/models/sources.py
/usr/lib/python3.10/site-packages/pipenv/vendor/plette/pipfiles.py
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__/_fork_pty.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__/_fork_pty.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__/ptyprocess.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__/ptyprocess.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/_fork_pty.py
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/ptyprocess.py
/usr/lib/python3.10/site-packages/pipenv/vendor/ptyprocess/util.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pyparsing.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/pyparsing.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__main__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/environment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/environment.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/pythonfinder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/pythonfinder.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/Makefile
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__main__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__/_registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__/_registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__/environment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/__pycache__/environment.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/_registry.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/pep514tools/environment.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/_vendor/vendor.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/cli.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/environment.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/mixins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/mixins.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/python.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/python.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/windows.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/__pycache__/windows.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/mixins.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/path.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/python.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/models/windows.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/pep514tools.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/pythonfinder.py
/usr/lib/python3.10/site-packages/pipenv/vendor/pythonfinder/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/__version__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/_internal_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/_internal_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/adapters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/adapters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/auth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/auth.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/certs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/certs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/cookies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/cookies.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/help.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/hooks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/hooks.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/packages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/packages.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/sessions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/sessions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/status_codes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/status_codes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/structures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/structures.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/__version__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/_internal_utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/adapters.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/api.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/auth.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/certs.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/cookies.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/help.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/hooks.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/models.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/packages.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/sessions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/status_codes.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/structures.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requests/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__/environment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__/environment.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/environment.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/dependencies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/dependencies.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/lockfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/lockfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/markers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/markers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/pipfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/pipfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/project.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/project.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/requirements.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/requirements.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/resolvers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/resolvers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/setup_info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/setup_info.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/url.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/url.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/vcs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/__pycache__/vcs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/cache.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/dependencies.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/lockfile.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/markers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/metadata.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/pipfile.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/project.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/requirements.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/resolvers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/setup_info.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/url.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/models/vcs.py
/usr/lib/python3.10/site-packages/pipenv/vendor/requirementslib/utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/providers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/providers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/reporters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/reporters.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/resolvers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/structs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/__pycache__/structs.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/compat
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/compat/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/compat/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/compat/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/compat/collections_abc.py
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/providers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/reporters.py
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/resolvers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/resolvelib/structs.py
/usr/lib/python3.10/site-packages/pipenv/vendor/scandir.LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/scandir.py
/usr/lib/python3.10/site-packages/pipenv/vendor/semver.LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/semver.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/_consts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/_consts.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/_core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/_core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/nt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/nt.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/posix.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/__pycache__/posix.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/_consts.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/_core.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/nt.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/_core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/_core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/_proc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/_proc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/_ps.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/_ps.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/proc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/proc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/ps.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/__pycache__/ps.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/_core.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/_proc.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/_ps.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/proc.py
/usr/lib/python3.10/site-packages/pipenv/vendor/shellingham/posix/ps.py
/usr/lib/python3.10/site-packages/pipenv/vendor/six.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/six.py
/usr/lib/python3.10/site-packages/pipenv/vendor/toml
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/decoder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/decoder.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/encoder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/encoder.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/ordered.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/ordered.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/tz.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/__pycache__/tz.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/decoder.py
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/encoder.py
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/ordered.py
/usr/lib/python3.10/site-packages/pipenv/vendor/toml/tz.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/items.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/items.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/source.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/source.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/toml_char.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/toml_char.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/toml_document.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/toml_document.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/toml_file.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/__pycache__/toml_file.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/_compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/_utils.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/api.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/container.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/items.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/parser.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/source.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/toml_char.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/toml_document.py
/usr/lib/python3.10/site-packages/pipenv/vendor/tomlkit/toml_file.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/LICENSE.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/_collections.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/_collections.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/connectionpool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/fields.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/fields.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/filepost.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/filepost.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/poolmanager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/request.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/request.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/__pycache__/response.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/_collections.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/_version.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/connection.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/connectionpool.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/appengine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/socks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_appengine_environ.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/bindings.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/_securetransport/low_level.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/appengine.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/ntlmpool.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/pyopenssl.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/securetransport.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/contrib/socks.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/fields.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/filepost.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/__pycache__/six.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/__pycache__/six.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/backports
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/backports/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/backports/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/backports/makefile.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/six.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/ssl_match_hostname
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/ssl_match_hostname/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/ssl_match_hostname/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/packages/ssl_match_hostname/_implementation.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/poolmanager.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/request.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/response.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/queue.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/queue.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/request.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/request.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/response.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/retry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/retry.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/ssl_.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/ssltransport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/timeout.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/url.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/url.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/wait.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/__pycache__/wait.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/connection.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/proxy.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/queue.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/request.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/response.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/retry.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/ssl_.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/ssltransport.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/timeout.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/url.py
/usr/lib/python3.10/site-packages/pipenv/vendor/urllib3/util/wait.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vendor.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/vendor_pip.txt
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/_winconsole.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/_winconsole.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/cmdparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/cmdparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/contextmanagers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/contextmanagers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/cursor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/cursor.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/environment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/environment.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/misc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/misc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/spin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/spin.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/termcolors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/__pycache__/termcolors.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/_winconsole.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__/functools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__/functools.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__/surrogateescape.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__/surrogateescape.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__/tempfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/__pycache__/tempfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/functools.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/surrogateescape.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/backports/tempfile.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/cmdparse.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/contextmanagers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/cursor.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/environment.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/misc.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/path.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/spin.py
/usr/lib/python3.10/site-packages/pipenv/vendor/vistir/termcolors.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/LICENSE-REQUESTS
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__about__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/__about__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/package.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/package.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/parse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/parse.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/release.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/__pycache__/release.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/client.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/exceptions.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/package.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/parse.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yarg/release.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__init__.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/base_spinner.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/base_spinner.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/signal_handlers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/signal_handlers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/spinners.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/spinners.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/termcolor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/__pycache__/termcolor.cpython-310.pyc
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/api.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/base_spinner.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/compat.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/constants.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/core.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/data
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/data/spinners.json
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/helpers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/signal_handlers.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/spinners.py
/usr/lib/python3.10/site-packages/pipenv/vendor/yaspin/termcolor.py
/usr/lib/python3.10/site-packages/pipenv/vendor/zipp.LICENSE
/usr/lib/python3.10/site-packages/pipenv/vendor/zipp.py
/usr/share/doc/pipenv
/usr/share/doc/pipenv/CHANGELOG.rst
/usr/share/doc/pipenv/HISTORY.txt
/usr/share/doc/pipenv/NOTICES
/usr/share/doc/pipenv/README.md
/usr/share/licenses/pipenv
/usr/share/licenses/pipenv/LICENSE

References

Summary

In this tutorial we learn how to install pipenv on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).