FIX: Fix missing package #7667

Merged
merged 1 commit into from Dec 22, 2016
Jump to file
+1 −0
Split
View
@@ -704,6 +704,7 @@ def check(self):
def get_packages(self):
return [
'matplotlib',
+ 'matplotlib._backports',
'matplotlib.backends',
'matplotlib.backends.qt_editor',
'matplotlib.compat',