wow
This commit is contained in:
commit
794dce869c
16 changed files with 5430 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[project]
|
||||
name = "passport-access-pass"
|
||||
version = "1.0.0"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"flask>=3.0,<4.0",
|
||||
"pyjwt>=2.8,<3.0",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
Loading…
Reference in a new issue