Move datetime helpers from google.cloud._helpers to google.api_core.datetime_helpers (#4399)
* Move datetime helpers from google.cloud._helpers to google.api_core.datetime_helpers
* Add pragma statements
* Move them around
* Fix test coverage
diff --git a/setup.py b/setup.py
index 386eb93..d44abf4 100644
--- a/setup.py
+++ b/setup.py
@@ -56,6 +56,9 @@
'requests >= 2.18.0, < 3.0.0dev',
'setuptools >= 34.0.0',
'six >= 1.10.0',
+ # pytz does not adhere to semver and uses a year.month based scheme.
+ # Any valid version of pytz should work for us.
+ 'pytz',
]
EXTRAS_REQUIREMENTS = {