Skip to content

Commit

Permalink
Fix invalid specifier in stone requirement (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed Apr 5, 2023
1 parent 9895d70 commit c8aac23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dependencies required for installation (keep in sync with setup.py)
requests >= 2.16.2
six >= 1.12.0
stone >= 2.*
stone >= 2
# Other dependencies for development
ply
pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_reqs = [
'requests >= 2.16.2',
'six >= 1.12.0',
'stone >= 2.*',
'stone >= 2',
]

setup_requires = [
Expand Down
2 changes: 1 addition & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest
mock
pytest-mock
coverage
stone>=2.*
stone>=2

0 comments on commit c8aac23

Please sign in to comment.