glidernet / ogn-python

A gateway with built-in database for the Open Glider Network (OGN)
http://glidernet.org
GNU Affero General Public License v3.0
17 stars 4 forks source link

Add setup.py and handle dependecies correctly #16

Closed kerel-fs closed 8 years ago

kerel-fs commented 8 years ago

Currently, we install developer-tools in production (coveralls, pep8, etc.). To fix that, we should introduce a setup.py which defines the general dependencies. The dev-tools remain in requirements.txt, the other dependencies are installed by -e . in requirements.txt.

see also https://caremad.io/2013/07/setup-vs-requirement/

Turbo87 commented 8 years ago

nice link @kerel-fs! looks like skylines is actually doing it mostly correct too :)