Skip to content

Commit fb05070

Browse files
committed
[deps] add asyncio tests support
1 parent f12ba0c commit fb05070

File tree

4 files changed

+1099
-843
lines changed

4 files changed

+1099
-843
lines changed

Pipfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ url = "https://pypi.org/simple"
33
verify_ssl = true
44
name = "pypi"
55

6+
[pipenv]
7+
sort_pipfile = true
8+
69
[packages]
710

811
[dev-packages]
@@ -14,6 +17,8 @@ wheel = "*"
1417
twine = "*"
1518
build = "*"
1619
importlib-metadata = "*"
20+
typing-extensions = "*"
21+
pytest-asyncio = "*"
1722

1823
[requires]
1924
python_version = "3"

0 commit comments

Comments
 (0)