Skip to content

Commit 88fb9dc

Browse files
author
Marvin Hofer
committed
more download features
1 parent 3d11597 commit 88fb9dc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

databusclient/consume/download.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### All kind of download functionalities for Databus ###
2+
3+
class Downloder:
4+
pass

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = "^3.9"
1111
typer = "^0.6.1"
1212
requests = "^2.28.1"
13-
tqdm = "^2.2.3"
13+
tqdm = "^4.42.1"
1414
SPARQLWrapper = "^2.0.0"
1515

1616

0 commit comments

Comments
 (0)