Skip to content

Commit

Permalink
Merge pull request #17 from MatheusValera/feat/add-pymongo
Browse files Browse the repository at this point in the history
feat: add pymongo in requirements to connect mongo in python notebook
  • Loading branch information
vieiralucas authored Sep 12, 2024
2 parents 44bd45e + e558f57 commit b56c79b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/api/jupyter-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ trino==0.329.0
duckdb==1.0.0
openpyxl==3.1.2
mysqlclient==2.2.4
pymongo==4.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,5 @@ sqlalchemy-redshift==0.8.14
trino==0.329.0
duckdb==1.0.0
openpyxl==3.1.2
mysqlclient==2.2.4`
mysqlclient==2.2.4
pymongo==4.8.0`

0 comments on commit b56c79b

Please sign in to comment.