... | ... |
@@ -54,6 +54,9 @@ setup( |
54 | 54 |
'Topic :: Multimedia :: Graphics :: Viewers', |
55 | 55 |
], |
56 | 56 |
|
57 |
- # This is true, but doesn't work realiably |
|
58 |
- #install_requires=['gi', 'gi-cairo', 'numpy'], |
|
57 |
+ install_requires=[ |
|
58 |
+ # This is true, but doesn't work realiably |
|
59 |
+ #'PyGObject', |
|
60 |
+ 'numpy' |
|
61 |
+ ], |
|
59 | 62 |
) |