Skip to content

Commit

Permalink
add missing requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
afrendeiro committed Mar 15, 2024
1 parent 0df6810 commit 26a6cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
#license = "gpt3"
requires-python = ">=3.10"
dependencies = [
"requests",
"opencv-python",
"h5py",
"matplotlib",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requests
opencv-python
h5py
matplotlib
Expand Down

0 comments on commit 26a6cbb

Please sign in to comment.