Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out!
diff --git a/setup.py b/setup.py
index 4cd3b51..987f3b9 100644
--- a/setup.py
+++ b/setup.py
@@ -33,9 +33,9 @@
 
 requirements = [
     "idna>=2.0",
-    "pyasn1",
+    "pyasn1>=0.1.8",
     "six>=1.4.1",
-    "setuptools"
+    "setuptools",
 ]
 setup_requirements = []