Skip to content

Commit

Permalink
allow older versions of robot-framework as the tests are passing
Browse files Browse the repository at this point in the history
  • Loading branch information
rlehfeld committed Apr 22, 2024
1 parent 85ad273 commit e88546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
'Topic :: Software Development :: Libraries :: Python Modules',
]
dependencies = [
'robotframework>=7.0',
'robotframework>=5.0.1',
'rpyc>=6.0.0',
]
dynamic = ['version', 'readme']
Expand Down

0 comments on commit e88546a

Please sign in to comment.