pyecore/setuptools-pyecore

Required dependencies aren't installed

Closed this issue · 1 comments

During installation of setuptools-pyecore the following required dependencies aren't installed:

  • pyecoregen
  • pyecore

The mentioned dependencies have to be added to the install_requires argument in setup.py.
Also the requirements.txt files should be cleaned up. In the requirements.txt only dependencies are listed which are necessary for the Travis CI build.