We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b06633 + e0f2676 commit 4728a39Copy full SHA for 4728a39
requirements.txt
@@ -1,4 +1,4 @@
1
-cryptography==1.8.2
+cryptography>=1.8.1,<1.10
2
http-ece>=1.0.1
3
requests>=2.13.0
4
-py-vapid>=1.2.4
+py-vapid>=1.2.5
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
5
6
-__version__ = "1.0.4"
+__version__ = "1.0.5"
7
8
9
def read_from(file):
0 commit comments