Skip to content

Commit

Permalink
add version to pyxb install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PRemmen authored and PRemmen committed Sep 21, 2016
1 parent ab0ce80 commit 14de37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
'teaser.examples.examplefiles': ['*.teaserXML'],
'teaser.examples.examplefiles.MelatenXML': ['*.xml']},
classifiers = ['License :: OSI Approved :: MIT License'],
setup_requires = ['mako', 'pyxb', 'pytest'],
install_requires = ['mako', 'pyxb', 'pytest'])
setup_requires = ['mako', 'pyxb==1.2.4', 'pytest'],
install_requires = ['mako', 'pyxb==1.2.4', 'pytest'])

0 comments on commit 14de37a

Please sign in to comment.