Skip to content

Commit 16c809c

Browse files
committed
add lower bound for dependencies
1 parent 8680f9a commit 16c809c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pyravin",
8-
version="0.0.2",
8+
version="0.0.3",
99
author="clivern",
1010
author_email="[email protected]",
1111
description="Apache License, Version 2.0",
@@ -14,12 +14,12 @@
1414
url="https://github.com/clivern/pyravin",
1515
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
1616
install_requires=[
17-
"requests",
18-
"pytz",
19-
"google-api-python-client",
20-
"google-auth",
21-
"google-auth-oauthlib",
22-
"google-auth-httplib2"
17+
"requests>=2.25.0",
18+
"pytz>=2020.4",
19+
"google-api-python-client>=1.12.8",
20+
"google-auth>=1.23.0",
21+
"google-auth-oauthlib>=0.4.2",
22+
"google-auth-httplib2>=0.0.4"
2323
],
2424
license="Apache License, Version 2.0",
2525
platforms=['any'],

0 commit comments

Comments
 (0)