Skip to content

Commit

Permalink
Project.toml inplace of REQUIRE (#18)
Browse files Browse the repository at this point in the history
* used Project.toml inplace of REQUIRE

* test only dependencies
  • Loading branch information
aquatiko authored and giordano committed Jun 30, 2019
1 parent bd049c2 commit 2714f22
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.jl.cov
*.jl.*.cov
*.jl.mem

# generated files
Manifest.toml
24 changes: 24 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "AstroImages"
uuid = "fe3fc30c-9b16-11e9-1c73-17dabf39f4ad"
authors = ["Mosè Giordano", "Rohit Kumar"]
version = "0.1.0"

[deps]
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interact = "c601a237-2ae4-5e1e-952c-7a85b0c7eef1"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
WCS = "15f3aee2-9e10-537f-b834-a6fb8bdb944d"

[compat]
julia = "^1.0.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

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

This file was deleted.

0 comments on commit 2714f22

Please sign in to comment.