Skip to content

Commit

Permalink
Simplify requirements and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigb committed Oct 26, 2020
1 parent abf28e1 commit 2ae3a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Python/Flask Tutorial for Visual Studio Code

* This sample contains the completed program from the tutorial, make sure to visit the link: [Using Flask in Visual Studio Code](https://code.visualstudio.com/docs/python/tutorial-flask). Intermediate steps are not included.
* To run the app, first run use `set FLASK_APP=hello_app:app` (Windows cmd) or `FLASK_APP=hello_app:app` (macOS/Linux).
* It also contains the Dockerfile and uwsgi.ini files necessary to build a container with a production server. The resulting image works both locally and when deployed to Azure App Service. See [Deploy Python using Docker containers](https://code.visualstudio.com/docs/python/tutorial-deploy-containers).

## Navigation
Expand Down
7 changes: 1 addition & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
click==6.7
Flask==1.0.2
itsdangerous==0.24
Jinja2>=2.10.1
MarkupSafe==1.0
Werkzeug==0.15.5
Flask

0 comments on commit 2ae3a94

Please sign in to comment.