Skip to content

Commit

Permalink
Update Pipfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jan 20, 2021
1 parent 38ba794 commit ac90526
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 66 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ url = "https://pypi.org/simple"
[dev-packages]
"mock" = "<4"
pyfakefs = {markers = "platform_system == 'Linux'",version = ">=3.4"}
fido2 = {editable = true, path = "."}

[packages]
fido2 = {editable = true,path = "."}
fido2 = {editable = true, path = "."}

[scripts]
test = "python -m unittest discover -v"
198 changes: 133 additions & 65 deletions Pipfile.lock
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac90526

Please sign in to comment.