Skip to content

Commit

Permalink
sorting out pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmi3y committed Jul 23, 2018
1 parent c465469 commit 5504ede
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 93 deletions.
8 changes: 5 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ verify_ssl = true
name = "flask-jwt-consumer"

[dev-packages]
WebTest = "*"
flake8 = "*"
flake8-blind-except = "*"
flake8-debugger = "*"
Expand All @@ -13,10 +12,13 @@ flake8-isort = "*"
flake8-quotes = "*"
isort = "*"
pep8-naming = "*"
pylint = "*"
pytest = "*"
flask = "*"
WebTest = "*"

[packages]
pyjwt = "*"
pylint = "*"
flask = "*"
cryptography = "*"

[requires]
Expand Down
188 changes: 98 additions & 90 deletions Pipfile.lock

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

0 comments on commit 5504ede

Please sign in to comment.