Skip to content

Commit

Permalink
pyqrcode is needed for bbqr.split
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-hex committed Jan 22, 2024
1 parent c007486 commit 076deaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
from setuptools import setup

requirements = [
'pyqrcode',
]

cli_requirements = [
'click>=6.7',
'pyqrcode',
]

tests_require = [
Expand Down

0 comments on commit 076deaa

Please sign in to comment.