Skip to content

Commit 6b685f7

Browse files
author
marius schlueter
committed
missing import for multi get
1 parent 0b02099 commit 6b685f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"Operating System :: OS Independent",
2222
],
2323
packages=["pytrackunit"],
24-
install_requires=["pyparsing<3","matplotlib", "aiohttp", "aiofiles"],
24+
install_requires=["pyparsing<3","matplotlib", "aiohttp", "aiofiles", "tqdm"],
2525
python_requires=">=3.6",
2626
)

0 commit comments

Comments
 (0)