Skip to content

Commit

Permalink
Add requirement: xmlunittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Leers committed Nov 19, 2017
1 parent b0f9ad3 commit 19017ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,2 +1,3 @@
lxml
xmltodict
xmlunittest
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,5 +11,5 @@
packages=[
'orbeon_xml_api'
],
install_requires=['lxml', 'xmltodict']
install_requires=['lxml', 'xmltodict', 'xmlunittest']
)

0 comments on commit 19017ed

Please sign in to comment.