projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
364e953
)
move pia from install_requires to test_requires
author
Cole Poirier
<colepoirier@gmail.com>
Tue, 13 Oct 2020 17:21:53 +0000
(10:21 -0700)
committer
Cole Poirier
<colepoirier@gmail.com>
Tue, 13 Oct 2020 17:21:53 +0000
(10:21 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index bbe5e144786b32dad76ea934dcdaeb5eb2d0c470..3a58066a8bb70077b035500e46d82b98acfbbbb9 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-15,14
+15,13
@@
install_requires = [
'pygdbmi',
'nmigen-soc', # install manually from git.libre-soc.org
'ply', # needs to be installed manually
- 'astor',
-
- # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer
- 'power-instruction-analyzer',
+ 'astor'
]
test_requires = [
'nose',
+ # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer
+ 'power-instruction-analyzer'
]
setup(