Add stubs for "click-web" package (#13208)

This commit is contained in:
PyHedgehog
2024-12-28 08:08:58 +03:00
committed by GitHub
parent 92231a5728
commit 57d2e045dc
9 changed files with 180 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
version = "0.8.*"
requires = ["click>=8.0.0", "Flask>=2.3.2"]
upstream_repository = "https://github.com/fredrik-corneliusson/click-web"