Compare commits
2 Commits
2026.01.16
...
2026.01.16
| Author | SHA1 | Date | |
|---|---|---|---|
| bcca7090d3 | |||
| 8aeb381a91 |
@@ -26,6 +26,9 @@ Homepage = "https://www.sh-edraft.de"
|
||||
where = ["."]
|
||||
include = ["cpl*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"cpl.cli" = [".cpl/**/*"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
dependencies = { file = ["requirements.txt"] }
|
||||
optional-dependencies.dev = { file = ["requirements.dev.txt"] }
|
||||
|
||||
@@ -4,3 +4,4 @@ tabulate==0.9.0
|
||||
termcolor==3.1.0
|
||||
pynput==1.8.1
|
||||
croniter==6.0.0
|
||||
cryptography==46.0.2
|
||||
Reference in New Issue
Block a user