Skip to content

Commit

Permalink
requirements.txt: only one
Browse files Browse the repository at this point in the history
  • Loading branch information
osalbahr authored Nov 14, 2023
1 parent 9747b92 commit db5f690
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Server requirements
flask==3.0.0
flask
simple-lama-inpainting==0.1.2
numpy==1.24.4
opencv-python==4.8.1.78
numpy
opencv-python

# Client requirements (for testing)
requests==2.31.0
requests

# TODO: pin all dependencies?

0 comments on commit db5f690

Please sign in to comment.