Skip to content

Commit

Permalink
Add loguru to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed May 4, 2019
1 parent 8de8ab5 commit ec48960
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
alabaster==0.7.12
ansimarkup==1.4.0
atomicwrites==1.3.0
attrs==19.1.0
babel==2.6.0
better-exceptions-fork==0.2.1.post6
bleach==3.1.0
bumpversion==0.5.3
certifi==2019.3.9
chardet==3.0.4
colorama==0.4.1
coverage==4.5.3
coveralls==1.7.0
cycler==0.10.0
Expand All @@ -17,6 +20,7 @@ idna==2.8
imagesize==1.1.0
jinja2==2.10.1
kiwisolver==1.1.0
loguru==0.2.5
markupsafe==1.1.1
matplotlib==3.0.3
mccabe==0.6.1
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
scipy
numpy
matplotlib
loguru
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
ansimarkup==1.4.0
better-exceptions-fork==0.2.1.post6
colorama==0.4.1
cycler==0.10.0
kiwisolver==1.1.0
loguru==0.2.5
matplotlib==3.0.3
numpy==1.16.3
pygments==2.3.1
pyparsing==2.4.0
python-dateutil==2.8.0
scipy==1.2.1
Expand Down

0 comments on commit ec48960

Please sign in to comment.