Skip to content

Commit

Permalink
add lower bound for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Dec 5, 2020
1 parent 8680f9a commit 16c809c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyravin",
version="0.0.2",
version="0.0.3",
author="clivern",
author_email="[email protected]",
description="Apache License, Version 2.0",
Expand All @@ -14,12 +14,12 @@
url="https://github.com/clivern/pyravin",
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
install_requires=[
"requests",
"pytz",
"google-api-python-client",
"google-auth",
"google-auth-oauthlib",
"google-auth-httplib2"
"requests>=2.25.0",
"pytz>=2020.4",
"google-api-python-client>=1.12.8",
"google-auth>=1.23.0",
"google-auth-oauthlib>=0.4.2",
"google-auth-httplib2>=0.0.4"
],
license="Apache License, Version 2.0",
platforms=['any'],
Expand Down

0 comments on commit 16c809c

Please sign in to comment.