mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
Using the psycopg2-binary package means that the apropriate compiled binary for the user platform will be shipped alongside the python binaries. Otherwise the python bindings and the C shims would be shipped which would then require the postgres development packages as well. This just makes things easier, since we don't require the build dependencies.