Skip to content

Commit 7f45510

Browse files
authored
fix(deps): fix dep on tenacity (#147)
Fixing a regression from #142
1 parent 2fee322 commit 7f45510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datahub-actions/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def get_long_description():
5454
"python-dateutil>=2.8.0",
5555
"stackprinter",
5656
"progressbar2",
57+
"tenacity",
5758
}
5859

5960
aws_common = {
@@ -127,7 +128,6 @@ def get_long_description():
127128
"jsonpickle",
128129
"build",
129130
"twine",
130-
"tenacity",
131131
*list(
132132
dependency
133133
for plugin in [

0 commit comments

Comments
 (0)