Skip to content

Commit

Permalink
Merge pull request #29 from AntonFriberg/upgrade-api-deps
Browse files Browse the repository at this point in the history
Bump backend api dependencies
  • Loading branch information
AntonFriberg authored Nov 5, 2019
2 parents 1df5b4d + 0fcdc11 commit 07ce9dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.7-alpine

WORKDIR /usr/src/app
COPY requirements.txt ./
Expand Down
4 changes: 2 additions & 2 deletions backend/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Eve==0.9
Eve==0.9.2
PyJWT==1.7.1
ldap3==2.6
ldap3==2.6.1
uWSGI==2.0.18

0 comments on commit 07ce9dd

Please sign in to comment.