Skip to content

Commit

Permalink
Update README and add poetry to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
thuandt committed Jan 8, 2019
1 parent 1e8fc0f commit 21b74dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions 2.7/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pipenv
poetry
awscli
newrelic
gunicorn
Expand Down
1 change: 1 addition & 0 deletions 3.6/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pipenv
poetry
awscli
newrelic
gunicorn
Expand Down
1 change: 1 addition & 0 deletions 3.7/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pipenv
poetry
awscli
newrelic
gunicorn
Expand Down
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ Python version supported: `2.7`, `3.6`, `3.7`.

### Pre-installed packages

* supervisor
* nginx
* curl
* jq
* vim
* awscli
* pipenv
* gunicorn
* uwsgi
* uwsgitop
* [supervisor](https://github.com/Supervisor/supervisor)
* [nginx](https://nginx.org)
* [curl](https://curl.haxx.se/)
* [jq](https://stedolan.github.io/jq/)
* [vim](https://www.vim.org/)
* [newrelic](https://newrelic.com/python)
* [awscli](https://github.com/aws/aws-cli)
* [pipenv](https://github.com/pypa/pipenv)
* [poetry](https://github.com/sdispater/poetry)
* [gunicorn](https://gunicorn.org/)
* [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/)
* [uwsgitop](https://github.com/xrmx/uwsgitop)

### Usage

Expand Down

0 comments on commit 21b74dd

Please sign in to comment.