Skip to content

Commit ac14089

Browse files
committed
add REQUIRE file
1 parent 9a38a03 commit ac14089

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

REQUIRE

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
julia 0.3-
2+
ProgressMeter
3+
Docile

src/RawFile.jl

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module RawFile
22

33
using IniFile
44
using ProgressMeter
5+
using Docile
56

67
import Base: size, ndims, read, get, setindex!, getindex
78

0 commit comments

Comments
 (0)