Skip to content

Commit f1d845d

Browse files
authored
Merge pull request #7 from JuliaData/aa/deps
Move from REQUIRE to Project.toml
2 parents 2b2cc34 + a1593a7 commit f1d845d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
Manifest.toml

Project.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "DBFTables"
2+
uuid = "75c7ada1-017a-5fb6-b8c7-2125ff2d6c93"
3+
version = "0.1.0"
4+
5+
[deps]
6+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
7+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
8+
9+
[compat]
10+
julia = "0.7, 1.0"
11+
12+
[extras]
13+
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
14+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15+
16+
[targets]
17+
test = ["Missings", "Test"]

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)