forked from mojaie/MolecularGraph.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove development tools from dependencies
- Loading branch information
Seiji Matsuoka
committed
May 17, 2019
1 parent
66be985
commit 1758139
Showing
2 changed files
with
3 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,9 @@ authors = ["Seiji Matsuoka <[email protected]>"] | |
version = "0.3.1" | ||
|
||
[deps] | ||
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" | ||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" |