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.
1 parent 61e0cd6 commit bf41e66Copy full SHA for bf41e66
requirements.txt
@@ -1,6 +1,6 @@
1
-certifi==2019.6.16
2
-chardet==3.0.4
3
-idna==2.8
4
-python-gnupg==0.4.5
5
-requests==2.22.0
6
-urllib3==1.25.3
+certifi>=2019.6.16
+chardet>=3.0.4
+idna>=2.8
+python-gnupg>=0.4.5
+requests>=2.22.0
+urllib3>=1.25.3
setup.py
@@ -28,7 +28,7 @@
28
install_requires = fp.read()
29
30
DESCRIPTION = "A python client for Passbolt."
31
-VERSION = "0.1.4"
+VERSION = "0.1.5"
32
33
34
with open("README.md", "r") as fh:
0 commit comments