Skip to content

Commit

Permalink
Added requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pderose committed Jul 24, 2023
1 parent a4a39d0 commit 5fba712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def readme():
install_requires=[
"cryptojwt>=1.8.2,<1.9",
"qrcode>=7.4.2,<7.5",
"pydantic>=2.0,<2.2"
"pydantic>=2.0,<2.2",
"pymongo>=4.4.1,<4.5"
],
extra_require={
"satosa": [
Expand Down

0 comments on commit 5fba712

Please sign in to comment.