Add xmltodict to setup.py
This commit is contained in:
parent
415f5b1d8e
commit
83a170ee47
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -73,6 +73,7 @@ if __name__ == "__main__":
|
|||
],
|
||||
install_requires = [
|
||||
"Flask",
|
||||
"xmltodict",
|
||||
],
|
||||
test_requires = [
|
||||
"Nose",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue