Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
|
| 3 |
+
# pip install
|
| 4 |
+
python-barcode
|
| 5 |
+
qrcode[pil]
|
| 6 |
+
pylibdmtx
|
| 7 |
+
pdf417gen
|
| 8 |
+
treepoem
|
| 9 |
+
matplotlib
|
| 10 |
+
pillow
|