Skip to content

Commit

Permalink
v0.14.1 - Bugfix/add requirements (#53)
Browse files Browse the repository at this point in the history
* add requirements flask-sqlalchemy

* add version name
  • Loading branch information
yumiguan authored and zhaoye committed Nov 14, 2018
1 parent c0520fc commit 1ef862d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lyrebird/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IVERSION = (0, 14, 0)
IVERSION = (0, 14, 1)
VERSION = ".".join(str(i) for i in IVERSION)
LYREBIRD = "Lyrebird " + VERSION
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
'beautifulsoup4',
'portpicker',
'colorama',
'packaging'
'packaging',
'Flask-SQLAlchemy'
])

0 comments on commit 1ef862d

Please sign in to comment.