Skip to content

Commit 2cf0ec7

Browse files
committed
Updated install_requires in setup.py
1 parent 1041963 commit 2cf0ec7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
VERSION = (0, 2, 7)
4+
VERSION = (0, 2, 8)
55
version = '.'.join(map(str, VERSION))
66

77
setup(
@@ -16,7 +16,8 @@
1616

1717
install_requires=[
1818
'setuptools',
19-
'rauth',
19+
'rauth>=0.7.1',
20+
'requests>=2.7.0'
2021
'simplejson>=2.2.0',
2122
'six>=1.4.0',
2223
'python-dateutil',

0 commit comments

Comments
 (0)