Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Commit 6484bfc

Browse files
committed
Remove old requests dependency
1 parent 0577665 commit 6484bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygithub3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22

33
__title__ = 'pygithub3'
4-
__version__ = '0.5+dd.1'
4+
__version__ = '0.5+dd.2'
55
__author__ = 'David Medina'
66
__email__ = 'davidmedina9@gmail.com'
77
__license__ = 'ISC'

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests==0.14.0
1+
requests

0 commit comments

Comments
 (0)