Skip to content

Commit 6a74385

Browse files
committed
Merge branch 'refactor'
2 parents 66c884d + e54568b commit 6a74385

17 files changed

Lines changed: 910 additions & 715 deletions

Pipfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ flask-sqlalchemy = "*"
1111
gunicorn = "*"
1212
python-dotenv = "*"
1313
flasgger = "*"
14-
flask-marshmallow = "*"
15-
marshmallow = "*"
16-
marshmallow-sqlalchemy = "*"
1714
flask-cors = "*"
1815

1916
[dev-packages]

Pipfile.lock

Lines changed: 25 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,17 @@ This project runs on Python 3.6 or higher. It also uses virtualenv to manage vir
1212

1313
These 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

2927
Create local postgres database named 'government'
3028

0 commit comments

Comments
 (0)