Skip to content

Commit

Permalink
updated deps order
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Feb 16, 2020
1 parent 5391082 commit d4ab5ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ project_urls =
packages = find:
install_requires =
click>=7,<8
tzlocal>=2,<3
requests>=2,<3
docker>=4.2.0,<5
requests>=2,<3
tzlocal>=2,<3
python_requires = ~=3.6
include_package_data = True
package_dir =
Expand All @@ -55,8 +55,8 @@ console_scripts =
[options.extras_require]
docs =
sphinx>=2.0,<3
sphinx-rtd-theme>=0.4
sphinx-click>=2.3,<3
sphinx-rtd-theme>=0.4
testing =
pytest>=5.0,<6
pytest-cov>=2.5,<3
Expand Down

0 comments on commit d4ab5ee

Please sign in to comment.