-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda.yml
364 lines (364 loc) · 11.9 KB
/
conda.yml
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
name: beachwood_financial_venv_3.12
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- alabaster=0.7.16=pyhd8ed1ab_0
- apscheduler=3.10.4=pyhd8ed1ab_0
- arrow=1.3.0=pyhd8ed1ab_0
- asgiref=3.8.1=pyhd8ed1ab_0
- astroid=3.2.2=py312h7900ff3_0
- async-timeout=4.0.3=pyhd8ed1ab_0
- atk-1.0=2.38.0=h04ea711_2
- attrs=23.2.0=pyh71513ae_0
- autopep8=2.1.1=pyhd8ed1ab_0
- babel=2.14.0=pyhd8ed1ab_0
- bandit=1.7.8=py312h7900ff3_0
- beautifulsoup4=4.12.3=pyha770c72_0
- binaryornot=0.4.4=py_1
- black=24.4.2=py312h7900ff3_0
- blessed=1.19.1=pyhe4f9e05_2
- bpython=0.24=py312h7900ff3_2
- brotli-python=1.1.0=py312h30efb56_1
- bzip2=1.0.8=hd590300_5
- ca-certificates=2024.2.2=hbcca054_0
- cachecontrol=0.14.0=pyhd8ed1ab_0
- cachecontrol-with-filecache=0.14.0=pyhd8ed1ab_0
- cairo=1.18.0=h3faef2a_0
- certifi=2024.2.2=pyhd8ed1ab_0
- cffi=1.16.0=py312hf06ca03_0
- chardet=5.2.0=py312h7900ff3_1
- charset-normalizer=3.3.2=pyhd8ed1ab_0
- cleo=2.1.0=pyhd8ed1ab_0
- click=8.1.7=unix_pyh707e725_0
- colorama=0.4.6=pyhd8ed1ab_0
- colorful=0.5.6=pyhd8ed1ab_0
- cookiecutter=2.6.0=pyhca7485f_0
- coverage=7.5.1=py312h9a8786e_0
- crashtest=0.4.1=pyhd8ed1ab_0
- cryptography=42.0.7=py312hbcc2302_0
- cssbeautifier=1.15.1=pyhd8ed1ab_0
- curtsies=0.4.1=pyhd8ed1ab_0
- cwcwidth=0.1.9=py312h98912ed_0
- dbus=1.13.6=h5008d03_3
- defusedxml=0.7.1=pyhd8ed1ab_0
- diff-match-patch=20230430=pyhd8ed1ab_0
- dill=0.3.8=pyhd8ed1ab_0
- distlib=0.3.8=pyhd8ed1ab_0
- django=5.0.6=pyhd8ed1ab_0
- django-admin-rangefilter=0.13.0=pyhd8ed1ab_0
- django-crispy-forms=2.1=pyhd8ed1ab_0
- django-debug-toolbar=4.3.0=pyhd8ed1ab_0
- django-extensions=3.2.3=pyhd8ed1ab_0
- django-filter=24.2=pyhd8ed1ab_0
- django-guardian=2.4.0=pyhd8ed1ab_0
- django-import-export=3.2.0=pyhd8ed1ab_0
- django-log-viewer=1.1.7=pyhd8ed1ab_0
- django-maintenance-mode=0.15.1=pyhd3deb0d_0
- django-redis=5.4.0=pyhd8ed1ab_0
- django-stubs=5.0.0=pyhd8ed1ab_0
- django-stubs-ext=5.0.0=pyhd8ed1ab_0
- django-widget-tweaks=1.4.5=py_0
- django_coverage_plugin=3.1.0=pyhd8ed1ab_0
- djangorestframework=3.15.1=pyhd8ed1ab_0
- djangorestframework-stubs=3.15.0=pyhd8ed1ab_0
- djlint=1.34.1=pyhd8ed1ab_0
- docformatter=1.7.5=pyhd8ed1ab_0
- docutils=0.21.2=pyhd8ed1ab_0
- drf-standardized-errors=0.13.0=pyhd8ed1ab_0
- dulwich=0.21.7=py312h98912ed_0
- editorconfig=0.12.3=pyhd8ed1ab_0
- et_xmlfile=1.1.0=pyhd8ed1ab_0
- exceptiongroup=1.2.0=pyhd8ed1ab_2
- expat=2.6.2=h59595ed_0
- factory_boy=3.3.0=pyhd8ed1ab_0
- faker=25.2.0=pyhd8ed1ab_0
- fancycompleter=0.9.1=py312h7900ff3_1007
- filelock=3.14.0=pyhd8ed1ab_0
- flake8=7.0.0=pyhd8ed1ab_0
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
- font-ttf-inconsolata=3.000=h77eed37_0
- font-ttf-source-code-pro=2.038=h77eed37_0
- font-ttf-ubuntu=0.83=h77eed37_2
- fontconfig=2.14.2=h14ed4e7_0
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- freetype=2.12.1=h267a509_2
- fribidi=1.0.10=h36c2ea0_0
- gdk-pixbuf=2.42.12=hb9ae30d_0
- giflib=5.2.2=hd590300_0
- gitdb=4.0.11=pyhd8ed1ab_0
- gitpython=3.1.43=pyhd8ed1ab_0
- gprof2dot=2019.11.30=py_0
- graphite2=1.3.13=h59595ed_1003
- graphviz=9.0.0=h78e8752_1
- greenlet=3.0.3=py312h30efb56_0
- gtk2=2.24.33=h280cfa0_4
- gts=0.7.6=h977cf35_4
- gunicorn=22.0.0=py312h7900ff3_0
- h11=0.14.0=pyhd8ed1ab_0
- harfbuzz=8.5.0=hfac3d4d_0
- hiredis=2.3.2=py312h98912ed_0
- html-tag-names=0.1.2=pyhd8ed1ab_0
- html-void-elements=0.1.0=pyhd8ed1ab_0
- icu=73.2=h59595ed_0
- idna=3.7=pyhd8ed1ab_0
- imagesize=1.4.1=pyhd8ed1ab_0
- immutabledict=4.2.0=pyhd8ed1ab_0
- importlab=0.8.1=pyhd8ed1ab_0
- importlib-metadata=6.10.0=pyha770c72_0
- importlib-resources=6.4.0=pyhd8ed1ab_0
- importlib_resources=6.4.0=pyhd8ed1ab_0
- iniconfig=2.0.0=pyhd8ed1ab_0
- inquirer=3.1.4=pyhd8ed1ab_0
- isort=5.13.2=pyhd8ed1ab_0
- jaraco.classes=3.4.0=pyhd8ed1ab_1
- jeepney=0.8.0=pyhd8ed1ab_0
- jinja2=3.1.4=pyhd8ed1ab_0
- jsbeautifier=1.14.9=pyhd8ed1ab_0
- json5=0.9.25=pyhd8ed1ab_0
- keyring=24.3.1=py312h7900ff3_0
- keyutils=1.6.1=h166bdaf_0
- krb5=1.21.2=h659d440_0
- lcms2=2.16=hb7c19ff_0
- ld_impl_linux-64=2.40=h55db66e_0
- lerc=4.0.0=h27087fc_0
- libblas=3.9.0=22_linux64_openblas
- libcblas=3.9.0=22_linux64_openblas
- libcst=1.4.0=py312h95c0a8a_0
- libdeflate=1.20=hd590300_0
- libedit=3.1.20191231=he28a2e2_2
- libexpat=2.6.2=h59595ed_0
- libffi=3.4.2=h7f98852_5
- libgcc-ng=13.2.0=h77fa898_7
- libgd=2.3.3=h119a65a_9
- libgfortran-ng=13.2.0=h69a702a_7
- libgfortran5=13.2.0=hca663fb_7
- libglib=2.80.2=hf974151_0
- libgomp=13.2.0=h77fa898_7
- libiconv=1.17=hd590300_2
- libjpeg-turbo=3.0.0=hd590300_1
- liblapack=3.9.0=22_linux64_openblas
- libmagic=5.39=h753d276_1
- libnsl=2.0.1=hd590300_0
- libopenblas=0.3.27=pthreads_h413a1c8_0
- libpng=1.6.43=h2797004_0
- libpq=16.3=ha72fbe1_0
- librsvg=2.58.0=hadf69e7_1
- libsqlite=3.45.3=h2797004_0
- libstdcxx-ng=13.2.0=hc0a3c3a_7
- libtiff=4.6.0=h1dd3fc0_3
- libuuid=2.38.1=h0b41bf4_0
- libwebp=1.4.0=h2c329e2_0
- libwebp-base=1.4.0=hd590300_0
- libxcb=1.15=h0b41bf4_0
- libxcrypt=4.4.36=hd590300_1
- libxml2=2.12.7=hc051c1a_0
- libxslt=1.1.39=h76b75d6_0
- libzlib=1.2.13=hd590300_5
- lxml=5.2.2=py312hb90d8a5_0
- lxml-stubs=0.5.1=pyhd8ed1ab_0
- markdown-it-py=3.0.0=pyhd8ed1ab_0
- markuppy=1.14=py_0
- markupsafe=2.1.5=py312h98912ed_0
- mccabe=0.7.0=pyhd8ed1ab_0
- mdurl=0.1.2=pyhd8ed1ab_0
- monkeytype=23.3.0=pyh71feb2d_0
- more-itertools=10.2.0=pyhd8ed1ab_0
- msgpack-python=1.0.8=py312h2492b07_0
- msgspec=0.18.6=py312h98912ed_0
- mypy=1.10.0=py312h9a8786e_0
- mypy_extensions=1.0.0=pyha770c72_0
- mysql-common=8.3.0=hf1915f5_4
- mysql-connector-python=8.3.0=py312hb06c811_0
- mysql-libs=8.3.0=hca2cd23_4
- mysqlclient=2.2.4=py312h30efb56_1
- ncurses=6.5=h59595ed_0
- networkx=3.1=pyhd8ed1ab_0
- ninja=1.12.1=h297d8ca_0
- numpy=1.26.4=py312heda63a1_0
- odfpy=1.4.1=py_0
- openjpeg=2.5.2=h488ebb8_0
- openpyxl=3.1.2=py312h98912ed_1
- openssl=3.3.0=h4ab18f5_3
- outcome=1.3.0.post0=pyhd8ed1ab_0
- packaging=24.0=pyhd8ed1ab_0
- pandas=2.2.2=py312h1d6d2e6_1
- pango=1.52.2=ha41ecd1_0
- pathspec=0.12.1=pyhd8ed1ab_0
- pbr=6.0.0=pyhd8ed1ab_0
- pcre2=10.43=hcad00b1_0
- pdbpp=0.10.3=pyhd8ed1ab_0
- pep8=1.7.1=py_0
- pexpect=4.9.0=pyhd8ed1ab_0
- pillow=10.3.0=py312hdcec9eb_0
- pip=24.0=pyhd8ed1ab_0
- pipdeptree=2.21.0=pyhd8ed1ab_0
- pixman=0.43.2=h59595ed_0
- pkginfo=1.10.0=pyhd8ed1ab_0
- platformdirs=4.2.2=pyhd8ed1ab_0
- pluggy=1.5.0=pyhd8ed1ab_0
- poetry=1.8.3=linux_pyha804496_1
- poetry-core=1.9.0=pyhd8ed1ab_0
- poetry-plugin-export=1.8.0=pyhd8ed1ab_0
- prettyprinter=0.18.0=pyhd8ed1ab_0
- prettytable=3.10.0=pyhd8ed1ab_0
- psutil=5.9.8=py312h98912ed_0
- psycopg=3.1.18=py312h052295b_0
- psycopg-c=3.1.18=py312h08590aa_0
- pthread-stubs=0.4=h36c2ea0_1001
- ptyprocess=0.7.0=pyhd3deb0d_0
- pycnite=2023.10.11=pyhd8ed1ab_0
- pycodestyle=2.11.1=pyhd8ed1ab_0
- pycparser=2.22=pyhd8ed1ab_0
- pydocstyle=6.3.0=pyhd8ed1ab_0
- pydot=2.0.0=py312h7900ff3_0
- pyflakes=3.2.0=pyhd8ed1ab_0
- pygments=2.18.0=pyhd8ed1ab_0
- pygraphviz=1.13=py312h34aa33b_0
- pylama=7.7.1=py_0
- pylint=3.2.2=pyhd8ed1ab_0
- pylint-django=2.5.5=pyhd8ed1ab_0
- pylint-plugin-utils=0.8.2=pyhd8ed1ab_0
- pyparsing=3.1.2=pyhd8ed1ab_0
- pypika=0.48.9=pyhd8ed1ab_0
- pyproject_hooks=1.1.0=pyhd8ed1ab_0
- pyrepl=0.9.0=py312h98912ed_9
- pysocks=1.7.1=pyha2e5f31_6
- pytest=8.2.0=pyhd8ed1ab_0
- pytest-django=4.8.0=pyhd8ed1ab_0
- python=3.12.3=hab00c5b_0_cpython
- python-build=1.2.1=pyhd8ed1ab_0
- python-dateutil=2.9.0=pyhd8ed1ab_0
- python-decouple=3.8=pyhd8ed1ab_0
- python-editor=1.0.4=py_0
- python-fastjsonschema=2.19.1=pyhd8ed1ab_0
- python-installer=0.7.0=pyhd8ed1ab_0
- python-magic=0.4.27=py312h7900ff3_4
- python-slugify=8.0.4=pyhd8ed1ab_0
- python-tzdata=2024.1=pyhd8ed1ab_0
- python_abi=3.12=4_cp312
- pytz=2024.1=pyhd8ed1ab_0
- pyxdg=0.28=pyhd8ed1ab_0
- pyyaml=6.0.1=py312h98912ed_1
- rapidfuzz=3.9.1=py312h7070661_0
- readchar=4.1.0=pyhd8ed1ab_0
- readline=8.2=h8228510_1
- redis=5.0.3=h7b6447c_0
- redis-py=5.0.4=pyhd8ed1ab_0
- regex=2023.12.25=py312h98912ed_0
- requests=2.32.2=pyhd8ed1ab_0
- requests-toolbelt=1.0.0=pyhd8ed1ab_0
- rich=13.7.1=pyhd8ed1ab_0
- ruff=0.4.4=py312h5715c7c_0
- secretstorage=3.3.3=py312h7900ff3_2
- selenium=4.21.0=pyhd8ed1ab_0
- selenium-manager=4.21.0=he9194b0_0
- sentry-sdk=2.3.1=pyhd8ed1ab_0
- setuptools=70.0.0=pyhd8ed1ab_0
- shellingham=1.5.4=pyhd8ed1ab_0
- six=1.16.0=pyh6c4a22f_0
- smmap=5.0.0=pyhd8ed1ab_0
- sniffio=1.3.1=pyhd8ed1ab_0
- snowballstemmer=2.2.0=pyhd8ed1ab_0
- sortedcontainers=2.4.0=pyhd8ed1ab_0
- soupsieve=2.5=pyhd8ed1ab_1
- sphinx=7.3.7=pyhd8ed1ab_0
- sphinxcontrib-applehelp=1.0.8=pyhd8ed1ab_0
- sphinxcontrib-devhelp=1.0.6=pyhd8ed1ab_0
- sphinxcontrib-htmlhelp=2.0.5=pyhd8ed1ab_0
- sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_0
- sphinxcontrib-qthelp=1.0.7=pyhd8ed1ab_0
- sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_0
- sqlparse=0.5.0=pyhd8ed1ab_0
- stevedore=5.2.0=pyhd8ed1ab_0
- stringcase=1.2.0=py_0
- tablib=3.6.1=pyhd8ed1ab_0
- tabulate=0.9.0=pyhd8ed1ab_1
- termcolor=2.4.0=pyhd8ed1ab_0
- text-unidecode=1.3=pyhd8ed1ab_1
- tk=8.6.13=noxft_h4845f30_101
- toml=0.10.2=pyhd8ed1ab_0
- tomli=2.0.1=pyhd8ed1ab_0
- tomlkit=0.12.5=pyha770c72_0
- tqdm=4.66.4=pyhd8ed1ab_0
- trio=0.25.1=py312h7900ff3_0
- trio-websocket=0.11.1=pyhd8ed1ab_0
- trove-classifiers=2024.5.22=pyhd8ed1ab_0
- types-python-dateutil=2.9.0.20240316=pyhd8ed1ab_0
- types-pyyaml=6.0.12.20240311=pyhd8ed1ab_0
- types-requests=2.32.0.20240523=pyhd8ed1ab_0
- typing-extensions=4.11.0=hd8ed1ab_0
- typing_extensions=4.11.0=pyha770c72_0
- typing_inspect=0.9.0=pyhd8ed1ab_0
- tzdata=2024a=h0c530f3_0
- tzlocal=5.2=py312h7900ff3_0
- untokenize=0.1.1=py_0
- urllib3=2.2.1=pyhd8ed1ab_0
- urwid=2.6.12=py312h9a8786e_0
- validators=0.28.2=pyhd8ed1ab_0
- virtualenv=20.26.2=pyhd8ed1ab_0
- watchdog=4.0.0=py312h7900ff3_0
- wcwidth=0.2.13=pyhd8ed1ab_0
- werkzeug=3.0.3=pyhd8ed1ab_0
- wheel=0.43.0=pyhd8ed1ab_1
- whitenoise=6.6.0=pyhd8ed1ab_0
- wmctrl=0.5=pyhd8ed1ab_0
- wrapt=1.16.0=py312h98912ed_0
- wsproto=1.2.0=pyhd8ed1ab_0
- xlrd=2.0.1=pyhd8ed1ab_3
- xlwt=1.3.0=py_1
- xorg-kbproto=1.0.7=h7f98852_1002
- xorg-libice=1.1.1=hd590300_0
- xorg-libsm=1.2.4=h7391055_0
- xorg-libx11=1.8.9=h8ee46fc_0
- xorg-libxau=1.0.11=hd590300_0
- xorg-libxdmcp=1.1.3=h7f98852_0
- xorg-libxext=1.3.4=h0b41bf4_2
- xorg-libxrender=0.9.11=hd590300_0
- xorg-renderproto=0.11.1=h7f98852_1002
- xorg-xextproto=7.3.0=h0b41bf4_1003
- xorg-xproto=7.0.31=h7f98852_1007
- xz=5.2.6=h166bdaf_0
- yaml=0.2.5=h7f98852_2
- yapf=0.40.1=pyhd8ed1ab_0
- zipp=3.17.0=pyhd8ed1ab_0
- zlib=1.2.13=hd590300_5
- zstd=1.5.6=ha6fb4c9_0
- pip:
- astypes==0.2.6
- autotyping==24.3.0
- changelogs==0.15.0
- crispy-tailwind==1.0.3
- curlylint==0.13.1
- django-anonymous==0.4.0
- django-components==0.74
- django-debug-permissions==1.0.0
- django-debug-toolbar-template-profiler==2.1.0
- django-debugtools==2.0
- django-defender==0.9.8
- django-easy-audit==1.3.6
- django-filter-stubs==0.1.3
- django-model-info==0.2.2
- django-pdb==0.6.2
- django-request-viewer==1.0.3
- django-session-timeout==0.1.0
- django-silk==5.1.0
- djangorestframework-types==0.8.0
- djipsum==1.1.5
- drf-typed==0.3.0
- gitchangelog==3.0.4
- infer-types==1.0.0
- model-bakery==1.18.0
- parsy==1.1.0
- phone-gen==2.4.6
- pip-chill==1.0.3
- python-decouple-typed==3.11.0
- python-webpack-boilerplate==1.0.3
- pytype==2024.4.11
- remote-pdb==2.1.0
- tqdm-stubs==0.2.1
- typeshed-client==2.5.1
prefix: /home/ibrahim-pc/miniconda3/envs/beachwood_financial_venv_3.12