EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Use requirements.txt to install dependencies #1348

Closed LucaCinquini closed 7 years ago

LucaCinquini commented 7 years ago

Who: Luca

Installation of CoG on Linux via Docker started failing because of strange characters in the Django distribution. It turns out that it does not fail if the dependencies are installed via: pip install -r requirements.txt instead of listing the dependencies in the setup.py file.

LucaCinquini commented 7 years ago

Done - dependencies have been transferred from setup.py to requirements.txt