Skip to content

Commit

Permalink
add requests to project
Browse files Browse the repository at this point in the history
  • Loading branch information
thatoldplatitude committed Nov 20, 2023
1 parent c805e45 commit b5587a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules-engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name="rules-engine"
version="0.0.1"
requires-python=">=3.8"
dependencies = [
"numpy"
"numpy",
"requests"
]

[project.optional-dependencies]
Expand Down

0 comments on commit b5587a0

Please sign in to comment.