Skip to content

Commit

Permalink
setup.py: Add client dependencies as requirements
Browse files Browse the repository at this point in the history
Add the Python dependencies that are required to run the SOAP
client as install_requires.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Kurt Kanzenbach <[email protected]>
  • Loading branch information
Bastian Germann committed Feb 3, 2023
1 parent b79e320 commit 13c759d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,10 @@ def run(self):
'schema': ["dbsfed.xsd", "xml.xsd"]},
scripts=['elbe'],
cmdclass={"install": my_install},
install_requires=["lxml",
"Mako",
"passlib",
"pycdlib",
"python-debian",
"suds-community"]
)

0 comments on commit 13c759d

Please sign in to comment.