-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathenvironment.yml
More file actions
75 lines (75 loc) · 1.79 KB
/
environment.yml
File metadata and controls
75 lines (75 loc) · 1.79 KB
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
name: django2env.py3.13
channels:
- defaults
- conda-forge
dependencies:
- bzip2=1.0.8
- ca-certificates=2025.2.25
- expat=2.7.1
- libcxx=17.0.6
- libffi=3.4.4
- libmpdec=4.0.0
- mysqlclient==2.2.7
- ncurses=6.4
- openssl=3.0.16
- pip=25.1
- python=3.13
- python_abi=3.13
- gunicorn
- readline=8.2
- setuptools=78.1.1
- sqlite=3.45.3
- tk=8.6.14
- tzdata=2025b
- wheel=0.45.1
- xz=5.6.4
- zlib=1.2.13
- djangorestframework==3.16.0
- django-filter==25.1
- pip:
- alabaster==0.7.14
- asgiref==3.8.1
- babel==2.14.0
- certifi==2024.7.4
- charset-normalizer==3.3.2
- defusedxml==0.7.1
- django==5.2.7
- django-ajax-selects==2.2.1
- django-braces==1.14.0
- djangorestframework-xml==2.0.0
- drf-spectacular==0.28.0
- django-cors-headers==4.7.0
- docutils==0.21.2
- httplib2==0.22.0
- idna==3.7
- imagesize==1.4.1
- importlib-metadata==7.1.0
- jinja2==3.0.3
- lxml==5.4.0
- markdown==3.5.2
- markupsafe==2.0.1
- oauthlib==3.2.2
- packaging==24.0
- pillow==11.3.0
- pygments==2.17.2
- pyparsing==3.1.4
- python-dateutil==2.9.0.post0
- python-mimeparse==1.6.0
- python-markdown-math==0.9
- pytz==2025.2
- requests==2.32.4
- requests-oauthlib==1.3.1
- six==1.16.0
- snowballstemmer==2.2.0
- sphinx==7.3.7
- sphinxcontrib-applehelp==1.0.8
- sphinxcontrib-devhelp==1.0.6
- sphinxcontrib-htmlhelp==2.0.5
- sphinxcontrib-jsmath==1.0.1
- sphinxcontrib-qthelp==1.0.7
- sphinxcontrib-serializinghtml==1.1.10
- sqlparse==0.5.3
- typing-extensions==4.11.0
- urllib3==2.5.0
- zipp==3.19.1
prefix: /opt/miniconda3/envs/django2env.py3.13