DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Added dependencies to setup.py, adapted INSTALL.md #200

Closed JohannesGaessler closed 4 years ago

JohannesGaessler commented 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.

JohannesGaessler commented 4 years ago

I also removed the exclusion of ja_integration from the installed packages to allow for easier testing of the installation.