thenewboston-blockchain/thenewboston-python

Move psycopg2 down to Bank and Validator

Closed this issue · 0 comments

Although psycopg2 is used in both the Bank and Validator repos, it is causing some issues with developers who are trying to use this package in other apps since it requires additional PostgreSQL related configuration. We can move that dependency down to the Bank and Validator repos to make this package more developer friendly.

https://github.com/thenewboston-developers/thenewboston-python/blob/development/requirements.txt#L23