Skip to content

Commit

Permalink
Fix problem with python opencv wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
vbouquet committed Jan 17, 2018
1 parent 583732f commit f79817b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/install_django_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sudo pip3 install pipreqs

sudo pip3 install coreapi==2.3.3

sudo pipreqs $DJANGO_DIR --force --savepath $DJANGO_DIR/requirements.txt
#sudo pipreqs $DJANGO_DIR --force --savepath $DJANGO_DIR/requirements.txt
sudo pip3 install -r $DJANGO_DIR/requirements.txt

cd $DJANGO_DIR
Expand Down
4 changes: 2 additions & 2 deletions src/server/django_rest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django==2.0rc1
Pygments==2.2.0
Django==2.0.1
djangorestframework==3.7.3
opencv-python==3.4.0.12

0 comments on commit f79817b

Please sign in to comment.