Skip to content

Commit a7f3c78

Browse files
committed
Fix dataflows-tabulator dependency
1 parent 04587e4 commit a7f3c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read(*paths):
3030
'unicodecsv>=0.14',
3131
'isodate>=0.5.4',
3232
'rfc3986>=1.1.0',
33-
'dataflows-tabulator>=1.54.0',
33+
'dataflows-tabulator>=1.54.1',
3434
]
3535
TESTS_REQUIRE = [
3636
'mock',

0 commit comments

Comments
 (0)