-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrequirements_dev.txt
156 lines (155 loc) · 2.92 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements_dev.in
#
asgiref==3.6.0
# via django
async-generator==1.10
# via
# trio
# trio-websocket
attrs==22.2.0
# via
# jsonschema
# outcome
# pytest
# trio
build==0.10.0
# via pip-tools
certifi==2022.12.7
# via
# requests
# selenium
charset-normalizer==3.0.1
# via requests
click==8.1.3
# via pip-tools
coverage[toml]==6.5.0
# via
# coveralls
# pytest-cov
coveralls==3.3.1
# via -r requirements_dev.in
dealer==2.1.0
# via -r requirements.in
django==3.2.18
# via
# -r requirements.in
# django-bootstrap3
django-bootstrap3==22.2
# via -r requirements.in
django-environ==0.9.0
# via -r requirements.in
django-super-favicon==0.6.1
# via -r requirements.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.1.0
# via
# pytest
# trio
flake8==6.0.0
# via -r requirements_dev.in
h11==0.14.0
# via wsproto
idna==3.4
# via
# requests
# trio
iniconfig==2.0.0
# via pytest
jsonschema==4.17.3
# via -r requirements.in
lxml==4.9.2
# via -r requirements.in
markupsafe==2.1.2
# via werkzeug
mccabe==0.7.0
# via flake8
outcome==1.2.0
# via trio
packaging==23.0
# via
# build
# pytest
pillow==9.4.0
# via django-super-favicon
pip-tools==6.12.2
# via -r requirements_dev.in
pluggy==1.0.0
# via pytest
pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pyproject-hooks==1.0.0
# via build
pyrsistent==0.19.3
# via jsonschema
pysocks==1.7.1
# via urllib3
pytest==7.2.1
# via
# -r requirements_dev.in
# pytest-cov
# pytest-django
pytest-cov==4.0.0
# via -r requirements_dev.in
pytest-django==4.5.2
# via -r requirements_dev.in
pytest-localserver==0.7.1
# via -r requirements_dev.in
python-dateutil==2.8.2
# via -r requirements.in
pytz==2022.7.1
# via django
ratelimit==2.2.1
# via -r requirements.in
raven==6.10.0
# via -r requirements.in
requests==2.28.2
# via
# -r requirements.in
# coveralls
selenium==4.8.0
# via -r requirements_dev.in
six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via trio
sortedcontainers==2.4.0
# via trio
sqlparse==0.4.3
# via django
titlecase==2.4
# via -r requirements.in
tomli==2.0.1
# via
# build
# coverage
# pyproject-hooks
# pytest
trio==0.22.0
# via
# selenium
# trio-websocket
trio-websocket==0.9.2
# via selenium
urllib3[socks]==1.26.14
# via
# -r requirements.in
# requests
# selenium
werkzeug==2.2.3
# via
# -r requirements_dev.in
# pytest-localserver
wheel==0.38.4
# via pip-tools
wsproto==1.2.0
# via trio-websocket
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools