This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.dev.txt
104 lines (104 loc) · 1.9 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
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements.dev.in
#
appdirs==1.4.4
# via
# black
# virtualenv
attrs==20.2.0
# via pytest
black==20.8b1
# via -r requirements.dev.in
certifi==2021.5.30
# via
# -r requirements.prod.txt
# requests
cfgv==3.2.0
# via pre-commit
charset-normalizer==2.0.6
# via
# -r requirements.prod.txt
# requests
click==7.1.2
# via black
distlib==0.3.1
# via virtualenv
filelock==3.0.12
# via virtualenv
flake8==3.8.4
# via -r requirements.dev.in
identify==1.5.6
# via pre-commit
idna==3.2
# via
# -r requirements.prod.txt
# requests
iniconfig==1.1.1
# via pytest
isort==5.6.4
# via -r requirements.dev.in
itsdangerous==2.0.1
# via -r requirements.prod.txt
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
# via black
nodeenv==1.5.0
# via pre-commit
packaging==20.4
# via pytest
pathspec==0.8.0
# via black
pluggy==0.13.1
# via pytest
pre-commit==2.7.1
# via -r requirements.dev.in
py==1.9.0
# via pytest
pycodestyle==2.6.0
# via flake8
pydantic==1.8.2
# via -r requirements.prod.txt
pyflakes==2.2.0
# via flake8
pyparsing==2.4.7
# via packaging
pytest==6.1.1
# via -r requirements.dev.in
pyyaml==5.3.1
# via pre-commit
regex==2020.10.15
# via black
requests==2.26.0
# via
# -r requirements.prod.txt
# responses
responses==0.14.0
# via -r requirements.dev.in
six==1.15.0
# via
# packaging
# responses
# virtualenv
toml==0.10.1
# via
# black
# pre-commit
# pytest
typed-ast==1.4.1
# via black
typing-extensions==3.10.0.0
# via
# -r requirements.prod.txt
# black
# pydantic
urllib3==1.26.7
# via
# -r requirements.prod.txt
# requests
# responses
virtualenv==20.0.35
# via pre-commit