Files
python-fido2/examples/server/Pipfile
Dain Nilsson 7fbdf0bcd6 Clean up example server a bit.
- Add a README.
 - Replace requirements.txt with Pipfile.
 - Add some minimal styling.
2018-08-09 11:39:50 +02:00

10 lines
163 B
TOML

[[source]]
verify_ssl = true
name = "pypi"
url = "https://pypi.org/simple"
[packages]
flask = "*"
pyOpenSSL = "*"
"5448283" = {editable = true, path = "./../.."}