Skip to content

Commit

Permalink
Require luma.core >= 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jun 2, 2019
1 parent 5cf0f9e commit 926bb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def find_version(*file_paths):
pytest_runner = ['pytest-runner'] if needs_pytest else []
test_deps = [
'mock;python_version<"3.3"',
'pytest>=3.1',
'pytest==4.5',
'pytest-cov'
]

Expand All @@ -52,7 +52,7 @@ def find_version(*file_paths):
namespace_packages=["luma"],
packages=["luma.lcd"],
zip_safe=False,
install_requires=["luma.core>=1.8.0"],
install_requires=["luma.core>=1.11"],
setup_requires=pytest_runner,
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit 926bb55

Please sign in to comment.