1
mirror of https://github.com/Yubico/python-fido2 synced 2024-10-21 06:21:54 +02:00
python-fido2/Pipfile
2019-06-17 12:55:14 +02:00

16 lines
235 B
TOML
Executable File

[[source]]
verify_ssl = true
name = "pypi"
url = "https://pypi.org/simple"
[dev-packages]
"mock" = ">=1.0.1"
"pyfakefs" = ">=3.4"
pyscard = "*"
[packages]
fido2 = {editable = true,path = "."}
[scripts]
test = "python setup.py test"