Skip to content

Commit

Permalink
add cookiecutter to buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Oct 18, 2017
1 parent 18f1384 commit 0716dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,4 +17,4 @@ ENV LC_ALL C.UTF-8

# Install buildout
RUN pip install -r /requirements.txt
RUN pip install guillotina==1.5.6
RUN pip install guillotina==1.6.0
1 change: 1 addition & 0 deletions buildout.cfg
Expand Up @@ -15,6 +15,7 @@ recipe = zc.recipe.egg
eggs =
aioconsole
guillotina
cookiecutter

interpreter = py

Expand Down

0 comments on commit 0716dcf

Please sign in to comment.