8000 Update dependency on uritemplate.py to uritemplate · goodwillcoding/github3.py@bbed706 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbed706

Browse files
committed
Update dependency on uritemplate.py to uritemplate
1 parent 7ebca53 commit bbed706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
os.system("python setup.py bdist_wheel sdist upload")
3535
sys.exit()
3636

37-
requires.extend(["requests >= 2.0", "uritemplate.py >= 0.2.0"])
37+
requires.extend(["requests >= 2.0", "uritemplate >= 3.0.0"])
3838

3939
__version__ = ''
4040
with open('github3/__about__.py', 'r') as fd:

0 commit comments

Comments
 (0)
0