Skip to content

Commit

Permalink
added additional deps from tb-profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
kristyhoran committed Aug 7, 2023
1 parent d212c78 commit 04d5e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
python_requires=">=3.8, <4",
packages=find_packages(exclude=["contrib", "docs", "tests"]),
zip_safe=False,
install_requires=["pandas","xlsxwriter","psutil"],
install_requires=["pandas","xlsxwriter","psutil","tqdm","requests"],
test_suite="nose.collector",
tests_require=["nose", "pytest","psutil"],
entry_points={
Expand Down

0 comments on commit 04d5e6d

Please sign in to comment.