qiskit-serverless
qiskit-serverless copied to clipboard
Improve dependencies management
What is the expected enhancement?
During our short lifetime we found several problems with pip
installation, like: #900
From the different proposals that I found implementing a lock file similar to other languages could solve our problem:
- https://pipenv.pypa.io/en/latest/pipfile/
I'm not the most expert in Python so if someone knows a better library I'm 100% open to it. Special cc to @IceKhan13 here, due to his knowledge in this field.