Skip to content

Commit

Permalink
add requirement facebook-wda (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumiguan authored Oct 31, 2018
1 parent e6e3c17 commit 09d6d82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-ios',
version='0.2.0',
version='0.2.1',
packages=['lyrebird_ios'],
url='https://github.com/meituan/lyrebird-ios',
author='HBQA',
Expand All @@ -29,5 +29,8 @@
'iOS = lyrebird_ios.ui:MyUI'
]
},
install_requires=['lyrebird']
install_requires=[
'lyrebird',
'facebook-wda'
]
)

0 comments on commit 09d6d82

Please sign in to comment.