Skip to content

Commit

Permalink
setup.py: limit tornado version to <6
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Apr 20, 2019
1 parent 1a90d8c commit e57a2fd
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 @@ -63,7 +63,7 @@ def apply_patches(self, base_dir):

packages=['motioneye'],

install_requires=['tornado>=3.1', 'jinja2', 'pillow', 'pycurl'],
install_requires=['tornado>=3.1,<6', 'jinja2', 'pillow', 'pycurl'],

package_data={
'motioneye': [
Expand Down

0 comments on commit e57a2fd

Please sign in to comment.