Skip to content

Commit

Permalink
Add sqlalchemy and jinja2 as dependencies
Browse files Browse the repository at this point in the history
Closes chaoss#15
  • Loading branch information
andygrunwald authored and sduenas committed Oct 21, 2015
1 parent a016af0 commit 94a0a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@
'sortinghat.parsing', 'sortinghat.templates', 'sortinghat.data'],
package_data={'sortinghat.templates' : ['*.tmpl'],
'sortinghat.data' : ['*'],},
scripts=["bin/sortinghat", "bin/mg2sh", "bin/sh2mg"])
scripts=["bin/sortinghat", "bin/mg2sh", "bin/sh2mg"],
requires=['sqlalchemy', 'jinja2'])

0 comments on commit 94a0a88

Please sign in to comment.