azureautomation / runbooks

Sample Automation runbooks
MIT License
150 stars 128 forks source link

Update import py3 package runbook to support nested dependencies #96

Closed sushil490023 closed 1 year ago

sushil490023 commented 1 year ago

Currently import py3 package runbook do not support nested dependencies resolution.

I have Updated the Script to import python3 Modules along with the Dependencies. The script uses pipdeptree to determine dependences and import them one by one.

Few of packages which I have tried importing with dependencies are :-

  1. Pyodbc
  2. Msrestazure
  3. Asteroids
  4. Inda
  5. Insight

image