Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Oct 25, 2022
1 parent 209c7b1 commit 5428f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ classifiers = [
dependencies = [
"omegaconf >= 0.2.3",
"pandas",
"pyyaml"
"pyyaml",
"requests",
]
dynamic = ["version"]

Expand Down

0 comments on commit 5428f64

Please sign in to comment.