Skip to content

Commit

Permalink
Pinned PyAV version to 6.x so that it will work on Ubuntu 18.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Apr 16, 2020
1 parent 4610057 commit 53ff569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,6 +45,6 @@
'twisted',
],
extras_require={
"full": ['av', 'pillowcase', 'PySide2', 'dbus-python;platform_system!="Windows"', 'notify2;platform_system!="Windows"']
"full": ['av>=6,<7', 'pillowcase', 'PySide2', 'dbus-python;platform_system!="Windows"', 'notify2;platform_system!="Windows"']
}
)

0 comments on commit 53ff569

Please sign in to comment.