Installation

To install the latest released version

pip install Flask-RESTful-DBBase

Requirements

  • The base packages

Flask==2.2.2
jinja2==3.0.3
SQLAlchemy < 1.4
python-dateutil==2.8.1
inflect
Flask-Restful
Flask-SQLAlchemy
DBBase
  • your database driver, for example:

    • SQLite3: is already part of the python library

    • PostgreSQL: psycopg2 or psycopg2_binary