Skip to content

Commit

Permalink
add loguru
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx authored Nov 27, 2022
1 parent 8b1794c commit 5a5c7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
long_description=README,
install_requires=[
'traces',
'numexpr'
'numexpr',
'loguru',
],
extras_require={
'dev': [
Expand Down

0 comments on commit 5a5c7b9

Please sign in to comment.