Skip to content

Commit

Permalink
Include click as dependency (comes through Flask already, but declare…
Browse files Browse the repository at this point in the history
… it explicitly).
  • Loading branch information
alexdlaird committed Sep 11, 2020
1 parent 27df2b1 commit f3aa4d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pluginbase>=1.0.0
confuse>=1.3.0
python-dotenv>=0.10.3
flask>=1.1.0
click>=7.1.0
pyngrok>=4.1.10
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"confuse",
"python-dotenv",
"flask",
"click",
"pyngrok>=4.1.12",
],
entry_points="""
Expand Down

0 comments on commit f3aa4d7

Please sign in to comment.