Skip to content

Commit

Permalink
Add glob2 to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Apr 27, 2016
1 parent 45f39d0 commit 7fc5c6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
install_requires=[
'pyaml',
'click',
'jinja2'],
'jinja2',
'glob2'
],
entry_points={
'console_scripts': [
'django-make-app=django_make_app.runner:cli'
Expand Down

0 comments on commit 7fc5c6c

Please sign in to comment.