Skip to content

Commit d83f3d2

Browse files
committed
fix: add requests package required for Fluent API script
1 parent d7aacc2 commit d83f3d2

File tree

2 files changed

+140
-151
lines changed

2 files changed

+140
-151
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ twine = "*"
2424
pre-commit = "*"
2525
exceptiongroup = "*" # Python 3.9 & 3.10 compatibility with pytest
2626
doxypypy = "*" # For generating API documentation
27+
requests = "*"

0 commit comments

Comments
 (0)