Skip to content

Commit

Permalink
Added pyowm to project requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoBuster committed Jul 28, 2017
1 parent 313f646 commit 6d70217
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config.sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@
# -- Plotly configuration --
PLOTLY_USERNAME = ''
PLOTLY_API_KEY = ''

# -- Open Weather Map configuration --
OWM_API_KEY = ''
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ wikipedia
dateutils
progressbar2
plotly
image
image
pyowm

0 comments on commit 6d70217

Please sign in to comment.