Remove redundant arg from pip requirements list
Signed-off-by: Joanna Brozek <jbrozek@antmicro.com>
This commit is contained in:
parent
5438933e51
commit
19bac178e7
|
@ -1,4 +1,4 @@
|
|||
python-constraint
|
||||
-e git+https://github.com/symbiflow/fasm#egg=fasm
|
||||
-e git+https://github.com/antmicro/quicklogic-fasm#egg=quicklogic-fasm
|
||||
-e git+https://github.com/antmicro/quicklogic-fasm-utils#egg=quicklogic-fasm-utils
|
||||
git+https://github.com/symbiflow/fasm
|
||||
git+https://github.com/antmicro/quicklogic-fasm
|
||||
git+https://github.com/antmicro/quicklogic-fasm-utils
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
python-constraint
|
||||
-e git+https://github.com/symbiflow/fasm#egg=fasm
|
||||
git+https://github.com/symbiflow/fasm
|
||||
|
|
Loading…
Reference in New Issue