hey, what's that over there?!

This commit is contained in:
2023-03-28 19:00:50 +03:00
parent 857f5a2b05
commit a96829bd80
5 changed files with 198 additions and 152 deletions

View File

@@ -60,7 +60,7 @@ For AWS you firstly need an [account](https://aws.amazon.com/account/) and then
# Dependencies 📦
We would have 4 external dependecies but due to missing functionality in libcloud when it comes to Azure management we need 7.
We would have 3 core external dependecies but due to missing functionality in libcloud when it comes to Azure management we need 6 of them. The rest are just quality of life dependecies 🏖️
1. [libcloud](https://github.com/apache/libcloud) which is the main dependency to connect to the cloud providers
2. [python-dotenv](https://github.com/theskumar/python-dotenv) which is used to read the `.env` file
@@ -70,6 +70,7 @@ We would have 4 external dependecies but due to missing functionality in libclou
2. [azure-mgmt-resource](https://pypi.org/project/azure-mgmt-resource/) to manage Azure resources
3. [azure-mgmt-network](https://pypi.org/project/azure-mgmt-network/) to manage Azure networks
5. [shtab](https://github.com/iterative/shtab) which is used to generate bash and zsh completion scripts
6. [rich](https://github.com/Textualize/rich) which is used to make the output more colorful and easier to read
# Installation 🛠️