forked from opensafely-core/results-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.dev.txt
More file actions
52 lines (52 loc) · 948 Bytes
/
requirements.dev.txt
File metadata and controls
52 lines (52 loc) · 948 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.dev.in
#
-e file:///home/wavy/datalab/osview
# via -r requirements.dev.in
appdirs==1.4.4
# via black
attrs==21.2.0
# via pytest
black==21.5b1
# via -r requirements.dev.in
click==8.0.1
# via black
flake8==3.9.2
# via -r requirements.dev.in
iniconfig==1.1.1
# via pytest
isort==5.8.0
# via -r requirements.dev.in
jinja2==3.0.1
# via opensafely-viewer
markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
# via black
packaging==20.9
# via pytest
pathspec==0.8.1
# via black
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pycodestyle==2.7.0
# via flake8
pyflakes==2.3.1
# via flake8
pyparsing==2.4.7
# via packaging
pytest==6.2.4
# via -r requirements.dev.in
regex==2021.4.4
# via black
toml==0.10.2
# via
# black
# pytest