- I have recently uploaded a python package to Test PyPI following this tutorial.
- When I try to use the command
pip install -i https://test.pypi.org/simple/ qiskit-trebugger
for installing my project, only the project is installed, not its dependencies. - I have used a static
setup.cfg
file and correctly listed requirements in thepyproject.toml
before generating and uploading thedist
. - Is there anything specific that needs to be done for the build to contain the dependencies of the project, which need to be installed?
- The code is available here
Thanks!