Skip to content

Commit

Permalink
Add lxml as dependency
Browse files Browse the repository at this point in the history
Fixes issue #1
  • Loading branch information
panzarino committed Jan 30, 2016
1 parent 1e59118 commit 9aba8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@
package_data={'mlbgame': ['gameday-data/*/*/*/*.xml.gz']},
data_files=[('docs', ['README.md', 'LICENSE', 'description.rst'])],
scripts=['scripts/mlbgame-update'],
install_requires=['lxml'],
)

0 comments on commit 9aba8f0

Please sign in to comment.