From: Luke Kenneth Casson Leighton Date: Sun, 29 Mar 2020 10:21:30 +0000 (+0100) Subject: add ply to dependencies X-Git-Tag: div_pipeline~1617 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=0b50568bb2ce85de96606a29e7dd3cc31a102c11 add ply to dependencies --- diff --git a/setup.py b/setup.py index e1abe01d..b1b99eb0 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,9 @@ version = '0.0.1' install_requires = [ # 'sfpy', - 'ieee754fpu', + 'ieee754fpu', # needs to be installed manually 'pygdbmi', + 'ply', # needs to be installed manually ] test_requires = [