forked from distributed-system-analysis/pbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keeping them sorted makes it a bit easier to avoid adding a duplicate and avoids additions happening randomly. There is a concern that pip might not handle dependency order properly, so we'll have to watch for that.
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
ansible | ||
elasticsearch1==1.10.0 | ||
sh | ||
boto3 | ||
requests | ||
werkzeug | ||
bottle | ||
cffi | ||
click | ||
colorlog | ||
elasticsearch1==1.10.0 | ||
flask | ||
flask-restful | ||
click | ||
cffi | ||
redis | ||
python-pidfile | ||
python-daemon | ||
bottle | ||
pyesbulk | ||
colorlog | ||
python-daemon | ||
python-pidfile | ||
redis | ||
requests | ||
sh | ||
werkzeug |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
flake8==3.8.3 | ||
pre-commit | ||
responses | ||
mock | ||
pytest-mock>=1.10.4, < 2 | ||
pytest-sugar>=0.9.2, < 1 | ||
pre-commit | ||
pytest>=4.6.3, < 5 | ||
pytest-helpers-namespace>=2019.1.8, < 2020 | ||
pytest-mock>=1.10.4, < 2 | ||
pytest-sugar>=0.9.2, < 1 | ||
responses |