You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,5 @@ The [requirements.txt](./requirements.txt) has the following packages:
17
17
|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy/)| Adds SQLAlchemy support to Flask application by simplifying using SQLAlchemy. Requires SQLAlchemy. |
18
18
|[Flask-Migrate](https://pypi.org/project/Flask-Migrate/)| SQLAlchemy database migrations for Flask applications using Alembic. Allows functionality parity with Django version of this sample app.|
19
19
|[pyscopg2](https://pypi.org/project/psycopg2/)| PostgreSQL database adapter for Python. |
20
-
|[python-dotenv](https://pypi.org/project/python-dotenv/)| Read key-value pairs from .env file and set them as environment variables. In this sample app, those variables describe how to connect to the database locally. |
20
+
|[python-dotenv](https://pypi.org/project/python-dotenv/)| Read key-value pairs from .env file and set them as environment variables. In this sample app, those variables describe how to connect to the database locally. <br><br> Flask's [dotenv support](https://flask.palletsprojects.com/en/2.1.x/cli/#environment-variables-from-dotenv) sets environment variables automatically from an `.env` file. |
21
21
|[flask_wtf](https://pypi.org/project/Flask-WTF/)| Form rendering, validation, and CSRF protection for Flask with WTForms. Uses CSRFProtect extension. |
0 commit comments