diff options
-rw-r--r-- | poppy/poppy.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 6937ca0..0689082 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -25,6 +25,7 @@ build: matplotlib six [py27] mock [py27] + enum34 [py27] setuptools python @@ -36,6 +37,7 @@ run: matplotlib six [py27] mock [py27] + enum34 [py27] setuptools python |