We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5d57c commit 2dafb5dCopy full SHA for 2dafb5d
3 files changed
README.rst
@@ -55,7 +55,6 @@ Prerequisites
55
* `cryptography 1.3 <https://pypi.python.org/pypi/cryptography>`_ or higher
56
* `qrcode 5.3 <https://pypi.python.org/pypi/qrcode>`_ or higher
57
* `Pillow 3.4 <https://pypi.python.org/pypi/Pillow>`_ or higher
58
-* qrtools
59
60
wxPython isn't automatically pulled in by ``pip`` because the version at PyPI is
61
still 2.9. Your distribution probably includes a pre-packaged version, or you can
pyauth/QrCodeUri.py
setup.py
@@ -81,8 +81,7 @@
81
'pyotp>=2.0.1',
82
'cryptography>=1.3',
83
'qrcode>=5.3',
84
- 'Pillow>=3.4',
85
- 'qrtools'
+ 'Pillow>=3.4'
86
],
87
88
package_data = {
0 commit comments