Skip to content

Commit 134b1cc

Browse files
committed
Revert "relax stone requirement"
This reverts commit 64f857d.
1 parent 64f857d commit 134b1cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dependencies required for installation (keep in sync with setup.py)
22
requests>=2.16.2
33
six >= 1.12.0
4-
stone>=2
4+
stone>=2,<3.3.3
55
# Other dependencies for development
66
ply
77
pytest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
install_reqs = [
2828
'requests>=2.16.2',
2929
'six >= 1.12.0',
30-
'stone>=2',
30+
'stone>=2,<3.3.3',
3131
]
3232

3333
setup_requires = [

0 commit comments

Comments
 (0)