Skip to content

Commit

Permalink
Order requirements alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 19, 2019
1 parent 78e92ef commit c2a4432
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,22 @@ def get_git_commit_datetime() -> str:
PACKAGES = find_packages(exclude=['tests', 'tests.*'])

REQUIRES = [
'requests==2.21.0',
'netdisco==2.3.0',
'click==7.0',
'aiohttp==3.5.4',
'click-log==0.3.2',
'tabulate==0.8.3',
'jsonpath-rw==1.4.0',
'jinja2>=2.10',
'click==7.0',
'dateparser==0.7.1',
'jinja2>=2.10',
'jsonpath-rw==1.4.0',
'netdisco==2.3.0',
'regex==2019.02.18',
'requests==2.21.0',
'ruamel.yaml==0.15.88',
'aiohttp==3.5.4',
'tabulate==0.8.3',
]

# Should be as close to Home Assistant dev/master as possible
TESTS_REQUIRE = [
"black==18.9b0;python_version>'3.6'",
'coveralls==1.2.0',
'flake8-docstrings==1.3.0',
'flake8==3.7.6',
Expand All @@ -125,7 +126,6 @@ def get_git_commit_datetime() -> str:
'pytest-timeout==1.3.3',
'pytest==4.3.0',
'requests_mock==1.5.2',
"black==18.9b0;python_version>'3.6'",
'wheel==0.33.1', # Otherwise setup.py bdist_wheel does not work
]

Expand Down

0 comments on commit c2a4432

Please sign in to comment.