SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

requirements.txt (303B)


      1 python_bitcoinrpc==1.0
      2 qrcode==7.3
      3 Flask==1.1.4
      4 MarkupSafe==2.0.1
      5 requests==2.26.0
      6 gunicorn==20.0.4
      7 Pillow==9.0.0
      8 protobuf==3.19.1
      9 flask_restx==0.5.1
     10 Werkzeug==0.16.1
     11 PySocks==1.7.1
     12 toml==0.10.2
     13 bip-utils==2.3.0
     14 
     15 # For lightning (optional)
     16 setuptools==50.3.2
     17 lnd-grpc-client==0.3.22
     18 pyln-client==0.10.1