Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add test dependencies
These are required to be able to test asyncio functionality, as well as making ASGI test clients play nice asynchronously.
  • Loading branch information
james-gray committed Apr 2, 2020
commit 63675dc96364bd0406342afa40e646584879d599
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
async-asgi-testclient = "*"
bandit = "*"
black = "==19.10b0"
coveralls = "*"
invoke = "*"
isort = "*"
pylint = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"

[packages]
Expand Down