Skip to content

Commit 2520ff9

Browse files
authored
Merge pull request #86 from cuenca-mx/add-boto3-requirement
Add boto3 as requirement
2 parents 4d82ad4 + 8f44c30 commit 2520ff9

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

mongoengine_plus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dnspython==2.1.0
33
mongoengine==0.27.0
44
pymongo==3.13.0
55
pymongocrypt==1.9.2
6+
boto3==1.34.130

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'dnspython>=2.0.0,<2.2.0',
3030
'pymongo>=3.11.0,<4.0.0',
3131
'pymongocrypt>=1.9.2,<2.0.0',
32+
'boto3>=1.34.130',
3233
],
3334
classifiers=[
3435
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)