Skip to content

Commit 5d6cada

Browse files
authored
Merge pull request #118 from blues/alex-fix-deps
fix: add requests package required for Fluent API script
2 parents d7aacc2 + d83f3d2 commit 5d6cada

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)