-
Notifications
You must be signed in to change notification settings - Fork 0
/
django_conda_env.yaml
46 lines (46 loc) · 1.23 KB
/
django_conda_env.yaml
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
name: django_playground
channels:
- defaults
dependencies:
- bzip2=1.0.8=h6c40b1e_6
- ca-certificates=2024.7.2=hecd8cb5_0
- expat=2.6.2=hcec6c5f_0
- libcxx=14.0.6=h9765a3e_0
- libffi=3.4.4=hecd8cb5_1
- ncurses=6.4=hcec6c5f_0
- openssl=3.0.14=h46256e1_0
- pip=24.0=py312hecd8cb5_0
- python=3.12.4=hcd54a6c_1
- readline=8.2=hca72f7f_0
- setuptools=69.5.1=py312hecd8cb5_0
- sqlite=3.45.3=h6c40b1e_0
- tk=8.6.14=h4d00af3_0
- tzdata=2024a=h04d1e81_0
- wheel=0.43.0=py312hecd8cb5_0
- xz=5.4.6=h6c40b1e_1
- zlib=1.2.13=h4b97444_1
- pip:
- asgiref==3.8.1
- crispy-bootstrap5==2024.2
- django==5.0.7
- django-admin-argon-dashboard==1.0.16
- django-countries==7.6.1
- django-crispy-forms==2.3
- django-fastdev==1.9.0
- django-inline-svg==0.1.1
- django-model-utils==4.5.1
- django-phonenumber-field==8.0.0
- install==1.3.5
- iommi==7.3.0
- jsonpickle==3.2.2
- mysqlclient==2.2.4
- path==16.14.0
- phonenumbers==8.13.42
- pillow==10.4.0
- pyparsing==3.1.2
- six==1.16.0
- sqlparse==0.5.0
- swapper==1.3.0
- tqdm==4.66.4
- typing-extensions==4.12.2
prefix: ~/miniconda3/envs/django_playground