Skip to content

Commit

Permalink
Merge pull request #4 from KristofferC/develop
Browse files Browse the repository at this point in the history
add Logging to test deps
  • Loading branch information
CiaranOMara committed Jul 4, 2019
2 parents 6a075b8 + 4d4eefe commit e68bbd8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,20 @@ TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"

[compat]
julia = "0.7, ^1"
Bedgraph = "^1.1"
FileIO = "^1.0.1"
IteratorInterfaceExtensions = "^0.1.1, ^1"
IterableTables = ">=0.9.0"
IteratorInterfaceExtensions = "^0.1.1, ^1"
TableShowUtils = "^0.2.0"
TableTraits = "^0.4, ^1"
TableTraitsUtils = "^0.3, ^0.4"
julia = "0.7, ^1"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

[targets]
test = ["DataFrames", "Test", "Query"]
test = ["DataFrames", "Test", "Query", "Logging"]

0 comments on commit e68bbd8

Please sign in to comment.