Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8aac23

Browse files
authored
Fix invalid specifier instone requirement (dropbox#456)
1 parent9895d70 commitc8aac23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
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',
3131
]
3232

3333
setup_requires= [

‎test/requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest
22
mock
33
pytest-mock
44
coverage
5-
stone>=2.*
5+
stone>=2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp