forked from mirumee/ariadne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
138 lines (137 loc) · 2.64 KB
/
requirements-dev.txt
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
astroid==2.6.5
# via pylint
attrs==19.3.0
# via pytest
black==21.9b0
# via -r requirements-dev.in
certifi==2019.9.11
# via requests
charset-normalizer==2.0.3
# via requests
click==7.1.2
# via
# black
# pip-tools
codecov==2.1.12
# via -r requirements-dev.in
coverage==5.5
# via
# codecov
# pytest-cov
django==2.2.24
# via -r requirements-dev.in
fastdiff==0.2.0
# via snapshottest
freezegun==1.1.0
# via -r requirements-dev.in
idna==2.8
# via requests
iniconfig==1.0.1
# via pytest
isort==4.3.21
# via pylint
lazy-object-proxy==1.4.3
# via astroid
mccabe==0.6.1
# via pylint
mypy==0.910
# via -r requirements-dev.in
mypy-extensions==0.4.3
# via
# black
# mypy
opentracing==2.4.0
# via -r requirements-dev.in
packaging==19.2
# via pytest
pathspec==0.9.0
# via black
pep517==0.10.0
# via pip-tools
pip-tools==6.4.0
# via -r requirements-dev.in
platformdirs==2.2.0
# via black
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pylint==2.9.6
# via -r requirements-dev.in
pyparsing==2.4.5
# via packaging
pytest==6.2.5
# via
# -r requirements-dev.in
# pytest-asyncio
# pytest-cov
# pytest-django
# pytest-mock
pytest-asyncio==0.16.0
# via -r requirements-dev.in
pytest-cov==2.12.1
# via -r requirements-dev.in
pytest-django==4.4.0
# via -r requirements-dev.in
pytest-mock==3.6.1
# via -r requirements-dev.in
python-dateutil==2.8.2
# via
# -r requirements-dev.in
# freezegun
python-multipart==0.0.5
# via -r requirements-dev.in
pytz==2019.3
# via django
regex==2020.10.28
# via black
requests==2.26.0
# via
# -r requirements-dev.in
# codecov
six==1.13.0
# via
# packaging
# python-dateutil
# python-multipart
# snapshottest
snapshottest==0.6.0
# via -r requirements-dev.in
sqlparse==0.3.0
# via django
termcolor==1.1.0
# via snapshottest
toml==0.10.2
# via
# mypy
# pep517
# pylint
# pytest
# pytest-cov
tomli==1.0.4
# via black
types-python-dateutil==2.8.2
# via -r requirements-dev.in
typing-extensions==3.10.0.2
# via
# black
# mypy
urllib3==1.26.5
# via requests
wasmer==0.3.0
# via fastdiff
werkzeug==2.0.2
# via -r requirements-dev.in
wheel==0.36.2
# via pip-tools
wrapt==1.11.2
# via astroid
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools