mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 03:24:41 +01:00
3c5ed15b2c
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.
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
pytest==5.0.1
|
|
Flask==1.1.1
|
|
cheroot==6.5.5
|
|
ephemeral-port-reserve==1.1.1
|
|
python-bitcoinlib==0.10.1
|
|
psycopg2-binary==2.8.3
|