Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwdunham committed Apr 9, 2018
1 parent 7cdaf6b commit 372f575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

packages=find_packages(exclude=['docs', 'fixtures', 'requirements', 'tests*']),

install_requires=['lxml', 'six'],
install_requires=['future', 'lxml', 'six'],

include_package_data=True
)

0 comments on commit 372f575

Please sign in to comment.