Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Oct 2, 2024
1 parent c97877c commit 04554e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pymongo<=3.13.0
osconf
marshmallow<3.0
click
six
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"pymongo<=3.13.0",
"osconf",
"marshmallow<3.0",
"click"
"click",
"six"
],
test_suite='tests',
)

0 comments on commit 04554e6

Please sign in to comment.