/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