Closed JohannesGaessler closed 4 years ago
Fixes https://github.com/DistributedTaskScheduling/JobAdder/issues/191.
This PR adds Python package dependencies to setup.py. I put the Python packages for the server in a separate file because their pip installation needs an installation of PostgreSQL. I adjusted INSTALL.md to reflect the changes.
I also removed the exclusion of ja_integration from the installed packages to allow for easier testing of the installation.
Fixes https://github.com/DistributedTaskScheduling/JobAdder/issues/191.
This PR adds Python package dependencies to setup.py. I put the Python packages for the server in a separate file because their pip installation needs an installation of PostgreSQL. I adjusted INSTALL.md to reflect the changes.