Skip to content

Commit

Permalink
Bug fix: missing comma in package list (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaximuml authored Jun 17, 2022
1 parent ebf8e1c commit 21a942b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
packages=find_packages(),
install_requires=[
"flask",
"requests"
"MarkupSafe"
"requests",
"MarkupSafe",
],
keywords=['flask', 'recaptcha', 'hcaptcha', 'xcaptcha', "validate"],
platforms='any',
Expand Down

0 comments on commit 21a942b

Please sign in to comment.