Skip to content

Commit

Permalink
update requirements for project
Browse files Browse the repository at this point in the history
  • Loading branch information
bergpb committed May 20, 2020
1 parent 7fee893 commit e09444c
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 76 deletions.
123 changes: 66 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ description = "A Flask app to control some things in your Raspberry Pi."
authors = ["bergpb <lindembergdepaulo@@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.6"
gunicorn = "^20.0.4"
uwsgi = "^2.0.18"

[tool.poetry.dev-dependencies]
Flask = "^1.1.2"
Flask-Login = "^0.5.0"
Flask-Migrate = "^2.5.3"
Expand All @@ -22,6 +17,9 @@ requests = "^2.23.0"
"RPi.GPIO" = "^0.7.0"
psutil = "^5.7.0"
eventlet = "^0.25.2"
python = "^3.6"
gunicorn = "^20.0.4"
uwsgi = "^2.0.18"

[build-system]
requires = ["poetry>=0.12"]
Expand Down
Loading

0 comments on commit e09444c

Please sign in to comment.