-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Project.toml #9
Conversation
Codecov ReportBase: 99.45% // Head: 100.00% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #9 +/- ##
===========================================
+ Coverage 99.45% 100.00% +0.54%
===========================================
Files 5 5
Lines 367 368 +1
===========================================
+ Hits 365 368 +3
+ Misses 2 0 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Images dependency might be too large, any chance we can get it smaller (e.g., ImageBase) in next release?
Certainly!
So it would be better to use these two packages instead? Something like [deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
QRCoders = "f42e9828-16f3-11ed-2883-9126170b272d"
[compat]
FileIO = "1"
QRCoders = "1"
ImageTransformations = "0.9"
julia = "1.3" |
Because FileIO is a pure frontend, the backends ImageIO and/or ImageMagick are also needed. |
Sorry I forgot to add the dependencies, it seems that each package needs to specify dependencies, otherwise the
]st
command will go wrong.