We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37db07 commit 0110972Copy full SHA for 0110972
genericode.gemspec
@@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
28
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
29
spec.require_paths = ["lib"]
30
31
+ spec.add_dependency "csv"
32
spec.add_dependency "lutaml-model"
33
spec.add_dependency "tabulo"
34
spec.add_dependency "thor"
0 commit comments