Skip to content

Commit bf41e66

Browse files
committed
requirements fix
1 parent 61e0cd6 commit bf41e66

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
install_requires = fp.read()
2929

3030
DESCRIPTION = "A python client for Passbolt."
31-
VERSION = "0.1.4"
31+
VERSION = "0.1.5"
3232

3333

3434
with open("README.md", "r") as fh:

0 commit comments

Comments
 (0)