mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-10 18:23:08 +00:00
Remove package declaration from project manifest
This was a test for an easier install of beefblup, but installing from the manifest makes Julia run the script instead of install the dependencies. API rewrite is slated for v0.3, so this item will be taken care of then.
This commit is contained in:
parent
92e03a95ef
commit
0de4b7dc0c
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
|||
name = "beefblup"
|
||||
uuid = "03993faf-e476-444a-86c9-f31e8122fa24"
|
||||
authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>"]
|
||||
version = "0.2.0"
|
||||
|
||||
[deps]
|
||||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
||||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
||||
|
|
Loading…
Reference in a new issue