We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a5e51 commit 6c702a4Copy full SHA for 6c702a4
README.md
@@ -944,3 +944,4 @@ Then run `sudo docker compose up --build -d` to run it then reach it at http://<
944
* Set varios printer config via ZPL commands (presently this package only fetches config).
945
946
947
+
pyproject.toml
@@ -42,6 +42,8 @@ dependencies = [
42
"pillow>=10.0.0",
43
"zint-bindings>=1.2.0",
44
"httpx",
45
+ "boto3",
46
+ "awscli",
47
]
48
49
[project.optional-dependencies]
0 commit comments