Skip to content

Commit 46e55a3

Browse files
Enhancements to the api
Enhancements to the api
1 parent 43464c7 commit 46e55a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
standard-imghdr~=3.13.0
12
requests~=2.32.2
2-
PGPy~=0.6
3+
PGPy~=0.6

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
setup(
44
name='sendsafely',
5-
version='1.0.7.2',
5+
version='1.0.8',
66
packages=['sendsafely'],
77
description='The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.',
88
long_description_content_type="text/markdown",
99
author='SendSafely',
1010
author_email='[email protected]',
1111
url='https://github.com/SendSafely/Python-Client-API',
1212
install_requires=[
13+
'standard-imghdr',
1314
'requests',
1415
'PGPy'
1516
],

0 commit comments

Comments
 (0)