diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 11:58:01 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 11:58:01 +0300 |
commit | acfcbcd30906cf80e2461c4f6174e90d664ed8fa (patch) | |
tree | 9f78207eb8cc5cd85b6c5877ed1cfdb14f837a23 | |
parent | 391b0761a59d42d9a964147f8d6b553fe16a8629 (diff) | |
download | Servo-acfcbcd30906cf80e2461c4f6174e90d664ed8fa.tar.gz Servo-acfcbcd30906cf80e2461c4f6174e90d664ed8fa.tar.bz2 Servo-acfcbcd30906cf80e2461c4f6174e90d664ed8fa.zip |
Move to using python-barcode
Supports Python 3.9
-rw-r--r-- | requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.pip b/requirements.pip index b418d26..2828719 100644 --- a/requirements.pip +++ b/requirements.pip @@ -12,7 +12,7 @@ reportlab pytz phonenumbers python-dateutil -pyBarcode +python-barcode celery chardet html2text |