Skip to content

Commit

Permalink
Update setup with minimal version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnonthgol committed Jun 9, 2024
1 parent bd69274 commit d0560f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description_file = README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

requirements = [
'robotframework>=3.0',
'redis>=2.10.5'
'redis>=4.1.0'
]

test_requirements = [
'tox',
'coverage',
'fakeredis==0.8.2'
'fakeredis>=2.5.0'
]

CLASSIFIERS = """
Expand Down

0 comments on commit d0560f8

Please sign in to comment.