Comment 1 for bug 1928938

Revision history for this message
Robert Gildein (rgildein) wrote :

After a long search, I found the following four options:
  - define dependencies in tox.ini
  - create a post install function in setup.py [1]
  - exclude extra_requires in setup.py [2]
  - ask the OpenStack team to release zaza on pypi

I think the best approach would be to use the tox.ini for extra dependencies or exclude extra_requires.

---
[1]: https://pastebin.ubuntu.com/p/sp5YG7ZZrX/
[2]: https://pastebin.ubuntu.com/p/Xvm3rGsX9v/