Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierteres committed Oct 2, 2023
1 parent 1ee5dca commit ae523f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added .coverage
Binary file not shown.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ pymongo<3.0
osconf
marshmallow>=2.13.5
click
pytz
psycopg2-binary
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"pymongo<3.0",
"osconf",
"marshmallow>=2.13.5",
"click"
"click",
"pytz",
"psycopg2-binary"
],
test_suite='tests',
)

0 comments on commit ae523f7

Please sign in to comment.