You've already forked python-fido2
mirror of
https://github.com/solokeys/python-fido2.git
synced 2026-03-11 17:13:23 -07:00
13 lines
202 B
TOML
13 lines
202 B
TOML
[[source]]
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
|
|
[packages]
|
|
flask = "*"
|
|
pyOpenSSL = "*"
|
|
"5448283" = {editable = true, path = "./../.."}
|
|
|
|
[scripts]
|
|
server = "python server.py"
|