-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
30 lines (26 loc) · 1023 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name = "BioMedQuery"
uuid = "e96904bf-1073-5077-9b57-b0ce0ff5555a"
author = ["Brown Center for Biomedical Informatics"]
version = "0.6.6"
[deps]
BioServices = "a0d4ced5-b29c-5395-b614-ca030a679c4b"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStreams = "9a8bc11e-79be-5b39-94d7-1ccc349a1a85"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FTPClient = "01fcc997-4f28-56b8-8a06-30002c134abb"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
MySQL = "39abe10b-433b-5dbd-92d4-e302a9df00cd"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"
[compat]
julia = ">=1.0"
[extras]
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[targets]
test = ["MbedTLS", "Test", "ZipFile"]