From 19bac178e76a9ffb44234bf80f1371d202361bef Mon Sep 17 00:00:00 2001 From: Joanna Brozek Date: Fri, 19 Jun 2020 11:37:11 +0200 Subject: [PATCH] Remove redundant arg from pip requirements list Signed-off-by: Joanna Brozek --- examples/eos-s3/eos-s3_requirements.txt | 6 +++--- examples/xc7/xc7_requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/eos-s3/eos-s3_requirements.txt b/examples/eos-s3/eos-s3_requirements.txt index b7bb117..fc75d5e 100644 --- a/examples/eos-s3/eos-s3_requirements.txt +++ b/examples/eos-s3/eos-s3_requirements.txt @@ -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 diff --git a/examples/xc7/xc7_requirements.txt b/examples/xc7/xc7_requirements.txt index e6b6892..370fd2e 100644 --- a/examples/xc7/xc7_requirements.txt +++ b/examples/xc7/xc7_requirements.txt @@ -1,2 +1,2 @@ python-constraint --e git+https://github.com/symbiflow/fasm#egg=fasm +git+https://github.com/symbiflow/fasm