-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
205 lines (205 loc) · 4.05 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements-dev.in
#
-e git+https://github.com/okfde/django-filingcabinet.git@main#egg=django-filingcabinet
# via -r requirements.in
amqp==5.1.1
# via kombu
appdirs==1.4.4
# via pytest-factoryboy
asgiref==3.5.1
# via django
attrs==21.4.0
# via
# jsonschema
# pytest
billiard==3.6.4.0
# via celery
black==22.3.0
# via -r requirements-dev.in
celery==5.2.6
# via
# -r requirements.in
# django-celery-beat
# django-filingcabinet
cfgv==3.3.1
# via pre-commit
click==8.1.3
# via
# black
# celery
# click-didyoumean
# click-plugins
# click-repl
click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
distlib==0.3.4
# via virtualenv
dj-database-url==0.5.0
# via -r requirements.in
django==3.2.15
# via
# -r requirements.in
# django-celery-beat
# django-configurations
# django-filingcabinet
# django-filter
# django-js-asset
# django-taggit
# django-timezone-field
# djangorestframework
django-celery-beat==2.2.1
# via -r requirements.in
django-configurations==2.3.2
# via -r requirements.in
django-filter==21.1
# via django-filingcabinet
django-js-asset==2.0.0
# via django-mptt
django-json-widget==1.1.1
# via django-filingcabinet
django-mptt==0.13.4
# via django-filingcabinet
django-taggit==3.0.0
# via
# -r requirements.in
# django-filingcabinet
django-timezone-field==4.2.3
# via django-celery-beat
djangorestframework==3.13.1
# via
# -r requirements.in
# django-filingcabinet
factory-boy==3.2.1
# via pytest-factoryboy
faker==13.11.0
# via factory-boy
filelock==3.6.0
# via virtualenv
flake8==4.0.1
# via -r requirements-dev.in
future==0.18.2
# via django-json-widget
identify==2.5.0
# via pre-commit
importlib-resources==5.7.1
# via jsonschema
inflection==0.5.1
# via pytest-factoryboy
iniconfig==1.1.1
# via pytest
jsonschema==4.5.1
# via django-filingcabinet
kombu==5.2.4
# via celery
lxml==4.9.1
# via pikepdf
mako==1.2.2
# via pytest-factoryboy
markupsafe==2.1.1
# via mako
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
# via black
nodeenv==1.6.0
# via pre-commit
packaging==21.3
# via
# pikepdf
# pytest
pathspec==0.9.0
# via black
pikepdf==5.1.2
# via django-filingcabinet
pillow==9.1.0
# via
# django-filingcabinet
# pikepdf
# reportlab
platformdirs==2.5.2
# via
# black
# virtualenv
pluggy==1.0.0
# via pytest
pre-commit==2.19.0
# via -r requirements-dev.in
prompt-toolkit==3.0.29
# via click-repl
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pyparsing==3.0.9
# via packaging
pypdf2==1.27.12
# via django-filingcabinet
pyrsistent==0.18.1
# via jsonschema
pytest==7.1.2
# via
# -r requirements-dev.in
# pytest-django
# pytest-factoryboy
pytest-django==4.5.2
# via -r requirements-dev.in
pytest-factoryboy==2.2.1
# via -r requirements-dev.in
python-crontab==2.6.0
# via django-celery-beat
python-dateutil==2.8.2
# via
# faker
# python-crontab
python-dotenv==0.20.0
# via -r requirements.in
pytz==2022.1
# via
# celery
# django
# django-timezone-field
# djangorestframework
pyyaml==6.0
# via pre-commit
reportlab==3.6.9
# via django-filingcabinet
six==1.16.0
# via
# click-repl
# python-dateutil
# virtualenv
sqlparse==0.4.2
# via django
toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.2.0
# via
# black
# pytest-factoryboy
vine==5.0.0
# via
# amqp
# celery
# kombu
virtualenv==20.14.1
# via pre-commit
wand==0.6.7
# via django-filingcabinet
wcwidth==0.2.5
# via prompt-toolkit
zipp==3.8.0
# via importlib-resources