mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-03-13 11:35:20 +01:00
- 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/.
11 lines
199 B
Text
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
|