blockstream-satellite-api/server/requirements.txt
Blockstream Satellite 9d421771e7 Port the satellite API to python
- Preserve the SQLite database and use SQLAlchemy to wrap db
  interactions.
- Use Alembic for database migrations.
- Organize all the python modules on the new server/ directory.
- Use pytest for unit tests and organize test modules at server/tests/.
2021-07-20 12:28:08 -03:00

11 lines
199 B
Text

alembic==1.5.5
Flask==1.1.2
Flask-RESTful==0.3.8
Flask-SQLAlchemy==2.4.4
gunicorn[gevent]==20.0.4
marshmallow==3.10.0
pysqlite3==0.4.5
PyYAML==5.4.1
redis==3.5.3
requests===2.25.1
SQLAlchemy==1.3.23