Skip to content

Commit

Permalink
Merge 6b99a2e into 02fcebf
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 6, 2019
2 parents 02fcebf + 6b99a2e commit 0199905
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,6 +7,7 @@ doc/_build
docs/build/
docs/site/
*~
Manifest.toml

# coverage files
*.jl.cov
19 changes: 19 additions & 0 deletions Project.toml
@@ -0,0 +1,19 @@
name = "FITSIO"
uuid = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
version = "0.13.1-DEV"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
BinaryProvider = "≥ 0.4.0"
julia = "≥ 1.0.0"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Random", "Test"]
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

0 comments on commit 0199905

Please sign in to comment.