Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/abkfenris/sugarloaf
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Feb 14, 2017
2 parents 1c16c3b + 1342c69 commit 70b0ff0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Tracking trail and lift statuses at Sugarloaf Mountain.
| | |codebeat| |
| | |
| | |landscape| |
| | |codacy| |
+---------------+-------------------+
| Requirements | |requirements| |
+---------------+-------------------+
Expand Down Expand Up @@ -50,6 +51,10 @@ Tracking trail and lift statuses at Sugarloaf Mountain.
:target: https://landscape.io/github/abkfenris/sugarloaf/master
:alt: Code Health

.. |codacy| image:: https://api.codacy.com/project/badge/Grade/ab9f70265db5452d959ed3da39b7fa4b
:alt: Codacy Badge
:target: https://www.codacy.com/app/abk/sugarloaf?utm_source=github.com&utm_medium=referral&utm_content=abkfenris/sugarloaf&utm_campaign=badger

.. |requirements| image:: https://pyup.io/repos/github/abkfenris/sugarloaf/shield.svg
:target: https://pyup.io/repos/github/abkfenris/sugarloaf/
:alt: Updates
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.11.1
Flask==0.12

# Flask Extensions
Flask-Assets==0.12
Expand All @@ -9,17 +9,17 @@ Flask-SQLAlchemy==2.1
geoalchemy2==0.4.0
psycopg2==2.6.2
Flask-Script==2.0.5
Flask-WTF==0.13.1
Flask-WTF==0.14.2
Flask-Migrate==2.0.2

# Other
itsdangerous==0.24
cssmin==0.2.0
jsmin==2.2.1
requests==2.12.4
beautifulsoup4==4.5.1
beautifulsoup4==4.5.3
dateparser==0.5.1
lxml==3.7.0
lxml==3.7.2
html2text==2016.9.19
celery==4.0.2
redis==2.10.5
Expand All @@ -30,7 +30,7 @@ pytest==3.0.5
pytest-cov==2.4.0
mccabe==0.5.3
flake8==3.2.1
vcrpy==1.10.4
vcrpy==1.10.5
python-coveralls==2.9.0

ipython==5.1.0

0 comments on commit 70b0ff0

Please sign in to comment.