-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-5289] requirements.txt for BDD tests
The document, the README, and the script have differenct descriptions of dependencies of the BDD tests. This commit installs requirement.txt for pip and updates the document and the script to use this. A user can get a same environment now. Signed-off-by: Yuta Namiki <y-namiki@ak.jp.nec.com> Change-Id: I4bd9210ef312f170104846226642289394193aeb
- Loading branch information
Yuta Namiki
committed
Sep 12, 2017
1 parent
c31b203
commit d54e96f
Showing
4 changed files
with
44 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# pip install behave | ||
# pip install \ | ||
# b3j0f.aop \ | ||
# ecdsa \ | ||
# enum34 \ | ||
# grpcio \ | ||
# Jinja2 \ | ||
# protobuf \ | ||
# pyOpenSSL \ | ||
# pysha3 \ | ||
# python-slugify \ | ||
# PyYAML | ||
asn1crypto==0.22.0 | ||
b3j0f.aop==0.8.4 | ||
b3j0f.utils==1.4.4 | ||
behave==1.2.5 | ||
cffi==1.10.0 | ||
cryptography==2.0 | ||
ecdsa==0.13 | ||
enum34==1.1.6 | ||
futures==3.1.1 | ||
grpcio==1.4.0 | ||
idna==2.5 | ||
ipaddress==1.0.18 | ||
Jinja2==2.9.6 | ||
MarkupSafe==1.0 | ||
ordereddict==1.1 | ||
parse==1.8.2 | ||
parse-type==0.3.4 | ||
protobuf==3.3.0 | ||
pycparser==2.18 | ||
pyOpenSSL==17.1.0 | ||
pysha3==1.0.2 | ||
python-slugify==1.2.4 | ||
PyYAML==3.12 | ||
six==1.10.0 | ||
Unidecode==0.4.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters