diff --git a/setup.py b/setup.py index 8442e464..631ff777 100644 --- a/setup.py +++ b/setup.py @@ -24,13 +24,13 @@ REQUIREMENTS = [ - 'google-crc32c >= 1.0, < 2.0dev', + 'google-crc32c >= 1.0.0, < 2.0.0', ] EXTRAS_REQUIRE = { 'requests': [ - 'requests >= 2.18.0, < 3.0.0dev', + 'requests >= 2.18.0, < 3.0.0', ], - 'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0dev', 'google-auth >= 1.22.0, < 2.0dev'] + 'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0', 'google-auth >= 1.22.0, < 2.0.0'] } setuptools.setup(