@@ -12,19 +12,17 @@ This project runs on Python 3.6 or higher. It also uses virtualenv to manage vir
1212
1313These additional packages need to be installed too. All of them are listed in the requirements.txt.
1414
15- | Name | Currently use version | Notes |
16- | ---------------------- | --------------------- | --------------------------------------------------------------------- |
17- | Flask | 2.0 | A simple framework for building complex web applications. |
18- | Flask-SQLAlchemy | 2.5.1 | Adds SQLAlchemy support to your Flask application. |
19- | gunicorn | 20.1.0 | WSGI HTTP Server for UNIX. |
20- | psycopg2 | 2.9.1 | Python-PostgreSQL Database Adapter. |
21- | psycopg2-binary | 2.9.1 | Python-PostgreSQL Database Adapter. |
22- | SQLAlchemy | 1.4.25 | Database Abstraction Library. |
23- | flasgger | 0.9.5 | Auto-API-Document Generator. |
24- | flask-swagger | 0.2.14 | Extract swagger specs from your flask project. |
25- | flask-marshmallow | 0.14.0 | Features for styling APIs Document |
26- | marshmallow | 3.14.0 | Converting complex datatypes to and from native Python datatypes. |
27- | marshmallow-sqlalchemy | 0.26.1 | SQLAlchemy integration with the marshmallow (de)serialization library |
15+ | Name | Currently use version | Notes |
16+ | ---------------- | --------------------- | ------------------------------------------------------------------------------------------------------- |
17+ | Flask | 2.0 | A simple framework for building complex web applications. |
18+ | Flask-Cors | 3.0.10 | A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. |
19+ | Flask-SQLAlchemy | 2.5.1 | Adds SQLAlchemy support to your Flask application. |
20+ | gunicorn | 20.1.0 | WSGI HTTP Server for UNIX. |
21+ | psycopg2 | 2.9.1 | Python-PostgreSQL Database Adapter. |
22+ | psycopg2-binary | 2.9.1 | Python-PostgreSQL Database Adapter. |
23+ | SQLAlchemy | 1.4.25 | Database Abstraction Library. |
24+ | flasgger | 0.9.5 | Auto-API-Document Generator. |
25+ | flask-swagger | 0.2.14 | Extract swagger specs from your flask project. |
2826
2927Create local postgres database named 'government'
3028
0 commit comments