We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12ba0c commit fb05070Copy full SHA for fb05070
Pipfile
@@ -3,6 +3,9 @@ url = "https://pypi.org/simple"
3
verify_ssl = true
4
name = "pypi"
5
6
+[pipenv]
7
+sort_pipfile = true
8
+
9
[packages]
10
11
[dev-packages]
@@ -14,6 +17,8 @@ wheel = "*"
14
17
twine = "*"
15
18
build = "*"
16
19
importlib-metadata = "*"
20
+typing-extensions = "*"
21
+pytest-asyncio = "*"
22
23
[requires]
24
python_version = "3"
0 commit comments