Skip to content

Commit 548fd86

Browse files
authored
Merge pull request #126 from iterative/efiop-patch-1
setup: don't forget funcy for [fsspec]
2 parents d9b1fc1 + bffb21f commit 548fd86

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
@@ -33,7 +33,7 @@
3333
"pyOpenSSL >= 19.1.0",
3434
],
3535
extras_require={
36-
"fsspec": ["fsspec == 2021.07.0", "tqdm >= 4.0.0"],
36+
"fsspec": ["fsspec == 2021.07.0", "tqdm >= 4.0.0", "funcy >= 1.14"],
3737
"tests": tests_requirements,
3838
},
3939
)

0 commit comments

Comments
 (0)