Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from ssbarnea/fix/zuul
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ssbarnea committed Apr 23, 2020
2 parents 606a2f3 + 07a61dd commit 23b8ba2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ keywords =

[options]
use_scm_version = True
python_requires = >=3.5
python_requires = >=3.6
packages = find:
include_package_data = True
zip_safe = False
Expand All @@ -64,13 +64,11 @@ setup_requires =
install_requires =
ansible >= 2.9
openstacksdk >= 0.41.0
molecule >= 3.0a9
molecule >= 3.0
pyyaml >= 5.1, < 6

[options.extras_require]
test =
flake8>=3.6.0, < 4

mock>=3.0.5, < 4
pytest-cov>=2.7.1, < 3
pytest-dependency
Expand Down

0 comments on commit 23b8ba2

Please sign in to comment.