/usr/lib/python3.10/site-packages
, dependencies should be installed as separated packages. This may depends on the distro, Debian use a different folder to avoid conflicts between pip and their packages.pip install . --no-deps --root ./build --ignore-installed
to get the files you need, without dependencies, those should be packaged separately, but I'll suggest to look how it's done by other python packages for the target distro.poetry.lock
file, or use poetry export
poetry show --no-dev --tree
which might be more helpful than looking at the raw lockfileappdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
cython 0.29.28 The Cython compiler for writing C extensions for the Python language.
falcon 3.0.1 An unladen web framework for building APIs and app backends.
humanize 3.14.0 Python humanize utilities
βββ importlib-metadata *
βββ typing-extensions >=3.6.4
βββ zipp >=0.5
jack-client 0.5.3 JACK Audio Connection Kit (JACK) Client for Python
βββ cffi >=1.0
βββ pycparser *
mido 1.2.10 MIDI Objects for Python
pyalsa 1.2.6 Python binding for the ALSA library.
pygobject 3.42.0 Python bindings for GObject Introspection
βββ pycairo >=1.16,<2.0
pyliblo 0.10.0 Python bindings for the liblo OSC library
pyqt5 5.15.6 Python bindings for the Qt cross platform application toolkit
βββ pyqt5-qt5 >=5.15.2
βββ pyqt5-sip >=12.8,<13
python-rtmidi 1.4.9 A Python binding for the RtMidi C++ library implemented using Cython.
requests 2.27.1 Python HTTP for Humans.
βββ certifi >=2017.4.17
βββ charset-normalizer >=2.0.0,<2.1.0
βββ idna >=2.5,<4
βββ urllib3 >=1.21.1,<1.27
sortedcontainers 2.4.0 Sorted Containers -- Sorted List, Sorted Dict, Sorted Set