Skip to content

Commit

Permalink
Add decimal as an hidden import
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Sep 7, 2021
1 parent 51e1f37 commit 2a252d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
# In newer versions of pymssql, the _mssql was under pymssql
if is_module_satisfies("pymssql > 2.1.5"):
hiddenimports = ["pymssql._mssql", "uuid"]
hiddenimports += ["decimal"]

0 comments on commit 2a252d7

Please sign in to comment.