Skip to content

Commit

Permalink
Add missing pycryptodome dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
carlansell94 committed Dec 24, 2022
1 parent c632c47 commit acb9aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"mysqlclient"
"mysqlclient",
"pycryptodome"
]

[project.urls]
Expand Down

0 comments on commit acb9aec

Please sign in to comment.