microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Use pipenv for dependency management #12

Closed jobala closed 4 years ago

jobala commented 4 years ago

Currently we are using virtualenv + requirements.txt to manage dependencies, this approach has short comings like managing two requirements.txt files -- for dev and app. Using pipenv will reduce the overhead for us. You can learn more about pipenv here