This commit is contained in:
Dan Morris 2021-07-20 13:48:27 -07:00
Родитель ed14bf8f12
Коммит e68489b9c0
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -5,10 +5,7 @@ This tool will return the total blob and file sizes for all storage accounts in
# Installing dependencies
```
pip install azure==4.0.0
pip install pandas==0.24.1
pip install --upgrade pip enum34
pip install humanfriendly
pip install azure==4.0.0 pandas>=0.24.1 enum34 humanfriendly
```
# Running the application