FSX / momoko

Wraps (asynchronous) Psycopg2 for Tornado.
http://momoko.61924.nl/
Other
364 stars 73 forks source link

Add option to pull in psycopg2-binary #173

Open gstvr opened 4 years ago

gstvr commented 4 years ago

This fixes install error on systems without Postgres installed and allows to install the lib with pre-compiled pg_config binary.

haizaar commented 4 years ago

Thanks for that. Do you think it worth adding psycopg2-binary to travis.yaml to verify that it indeed works?