Skip to content

Commit

Permalink
v1.3.4a - Fix missing requirement package (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt852 authored Feb 13, 2018
1 parent 3286a75 commit ef016c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
BOOTSTRAP_SERVE_LOCAL = True

# Current version
VERSION = '1.3.4 (beta)'
VERSION = '1.3.4a (beta)'
1 change: 0 additions & 1 deletion old_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ python-engineio
python-openid
python-socketio
pytz
requests
snowballstemmer
Sphinx
sphinxcontrib-websupport
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ netaddr==0.7.19
netmiko==2.0.1
nose==1.3.7
redis==2.10.6
requests==2.18.4
sqlalchemy-migrate==0.11.0
WTForms==2.1

0 comments on commit ef016c6

Please sign in to comment.