Create transient config provider, temp dir logic
Allows us to have a new config provider for each setup, with no overlap of the directories used, and automatic cleanup of those directories.
This commit is contained in:
parent
2d0a599aab
commit
db757edcd2
9 changed files with 70 additions and 37 deletions
|
@ -20,6 +20,7 @@ azure-storage-blob==1.1.0
|
|||
azure-storage-common==1.1.0
|
||||
azure-storage-nspkg==3.0.0
|
||||
Babel==2.5.3
|
||||
backports.tempfile==1.0
|
||||
beautifulsoup4==4.6.0
|
||||
bencode==1.0
|
||||
bintrees==2.0.7
|
||||
|
|
Reference in a new issue