Skip to content

Commit

Permalink
Pin pip requirements to specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
geektrove committed Sep 29, 2023
1 parent 205e977 commit 6f6857e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions context/requirements-minimal.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distinctipy
marshmallow
numpy
opencv-contrib-python-headless
requests
sentry-sdk
xmltodict
distinctipy==1.2.3
marshmallow==3.20.1
numpy==1.26.0
opencv-contrib-python-headless==4.8.1.78
requests==2.31.0
sentry-sdk==1.31.0
xmltodict==0.13.0
18 changes: 9 additions & 9 deletions context/requirements-regular.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
av
blobconverter
distinctipy
marshmallow
numpy
opencv-contrib-python-headless
requests
sentry-sdk
xmltodict
av==10.0.0
blobconverter==1.4.2
distinctipy==1.2.3
marshmallow==3.20.1
numpy==1.26.0
opencv-contrib-python-headless==4.8.1.78
requests==2.31.0
sentry-sdk==1.31.0
xmltodict==0.13.0

0 comments on commit 6f6857e

Please sign in to comment.