Skip to content

Commit a20bfe0

Browse files
authored
fix:TT-384 add package blob storage to prod.txt (#343)
* feat: file stream from azure blob storage * refactor: add new python package in dev.txt * feat: implement new methods to read files from blob storage * feat: implemented the reading of the blob storage to the endpoint activity * fix: TT-384 Change blob storage connection input names * fix: TT-384 Add the file name as a parameter of the function * test: TT-384 Add a tests to obtain activities from blob storage, endpoint and repository * fix: TT-384 revert changes * test: TT-384 Change blob storage connection input names * feat: TT-384 implemented the reading of the storage blob to the endpoint and repository * test: TT-384 Add a tests to obtain activities from blob storage, endpoint and repository * test: TT-384 changed test name with correct formatting * refactor: TT-384 change import to global and name method * refactor: change import json to global * fix: TT-384 add package azure blob storage to prod.txt
1 parent 6e2108e commit a20bfe0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements/time_tracker_api/prod.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ azure-functions-worker==1.1.9
4444

4545
# Time utils
4646
pytz==2019.3
47-
python-dateutil==2.8.1
47+
python-dateutil==2.8.1
48+
49+
# azure blob storage
50+
azure-storage-blob==2.1.0

0 commit comments

Comments
 (0)