Skip to content

Commit

Permalink
Add boto3 as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pachCode committed Jun 19, 2024
1 parent 4d82ad4 commit 8f44c30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mongoengine_plus/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dnspython==2.1.0
mongoengine==0.27.0
pymongo==3.13.0
pymongocrypt==1.9.2
boto3==1.34.130
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'dnspython>=2.0.0,<2.2.0',
'pymongo>=3.11.0,<4.0.0',
'pymongocrypt>=1.9.2,<2.0.0',
'boto3>=1.34.130',
],
classifiers=[
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 8f44c30

Please sign in to comment.