We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8680f9a commit 16c809cCopy full SHA for 16c809c
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="pyravin",
8
- version="0.0.2",
+ version="0.0.3",
9
author="clivern",
10
author_email="[email protected]",
11
description="Apache License, Version 2.0",
@@ -14,12 +14,12 @@
14
url="https://github.com/clivern/pyravin",
15
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
16
install_requires=[
17
- "requests",
18
- "pytz",
19
- "google-api-python-client",
20
- "google-auth",
21
- "google-auth-oauthlib",
22
- "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"
23
],
24
license="Apache License, Version 2.0",
25
platforms=['any'],
0 commit comments