1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-09-20 21:12:03 +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:
Thomas A. Christensen II 2021-06-18 13:26:16 -05:00
parent 92e03a95ef
commit 0de4b7dc0c
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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] [deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"