forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (28 loc) · 879 Bytes
/
requirements.txt
File metadata and controls
28 lines (28 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
#
aiohttp==3.6.2
async-timeout==3.0.1 # via aiohttp
atomicwrites==1.3.0 # via pytest
attrs==19.3.0 # via aiohttp, pytest
chardet==3.0.4 # via aiohttp
colorama==0.4.1 # via pytest
docopt==0.6.2
idna==2.8 # via yarl
importlib-metadata==1.1.0 # via pluggy, pytest
more-itertools==8.0.0 # via pytest, zipp
multidict==4.6.1 # via aiohttp, yarl
packaging==19.2 # via pytest
pluggy==0.13.1 # via pytest
py==1.8.0 # via pytest
pyparsing==2.4.5 # via packaging
pytest-asyncio==0.10.0
pytest==5.3.1
pytoml==0.1.21
six==1.13.0 # via packaging
wcwidth==0.1.7 # via pytest
yarl==1.4.1 # via aiohttp
zipp==0.6.0 # via importlib-metadata