projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fce9d
)
add ply to dependencies
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 29 Mar 2020 10:21:30 +0000
(11:21 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 29 Mar 2020 10:21:30 +0000
(11:21 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index e1abe01ddd3895115d88333af1f02fef461bc530..b1b99eb062802e16bb9aeff7f3ca9907762be36b 100644
(file)
--- 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 = [