Blob Blame History Raw
diff --git a/setup.py b/setup.py
index cd598749..9bc72d92 100644
--- a/setup.py
+++ b/setup.py
@@ -13,14 +13,12 @@ install_requires = [
     'cryptography>=0.8',
     # Connection.set_tlsext_host_name (>=0.13)
     'PyOpenSSL>=0.13',
-    # For pkg_resources. >=1.0 so pip resolves it to a version cryptography
-    # will tolerate; see #2599:
-    'setuptools>=1.0',
+    'setuptools',
     'six>=1.9.0',  # needed for python_2_unicode_compatible
 ]

 testing_requires = [
-    'pytest>=2.8.0',
+    'pytest',
     'mock',
 ]