Skip to content

Commit

Permalink
Sort modules in *requirements.txt
Browse files Browse the repository at this point in the history
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
portante committed Oct 1, 2020
1 parent 637c4f3 commit a6c5890
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
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
8 changes: 4 additions & 4 deletions test-requirements.txt
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

0 comments on commit a6c5890

Please sign in to comment.