Skip to content

Commit

Permalink
freeze versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Oct 18, 2018
1 parent 73f5e98 commit e11c257
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM python:2.7-alpine

RUN pip install mkdocs
WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install -r requirements.txt
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
backports-abc==0.5
Click==7.0
futures==3.2.0
Jinja2==2.10
livereload==2.5.2
Markdown==3.0.1
MarkupSafe==1.0
mkdocs==1.0.4
PyYAML==3.13
singledispatch==3.4.0.3
six==1.11.0
tornado==5.1.1

0 comments on commit e11c257

Please sign in to comment.