-
Notifications
You must be signed in to change notification settings - Fork 1
/
django.yml
122 lines (121 loc) · 3.25 KB
/
django.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
name: django
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- argon2-cffi=20.1.0=py36h1d69622_2
- asn1crypto=1.3.0=py36_0
- async_generator=1.10=py_0
- attrs=20.3.0=pyhd3deb0d_0
- backports=1.0=py_2
- backports.functools_lru_cache=1.6.1=py_0
- bleach=3.2.1=pyh9f0ad1d_0
- brotlipy=0.7.0=py36h7b6447c_1000
- ca-certificates=2020.11.8=ha878542_0
- certifi=2020.11.8=py36h5fab9bb_0
- cffi=1.14.0=py36h2e261b9_0
- chardet=3.0.4=py36_1003
- cryptography=2.3.1=py36hc365091_0
- decorator=4.4.2=py_0
- defusedxml=0.6.0=py_0
- elasticsearch=7.0.4=py_0
- entrypoints=0.3=pyhd8ed1ab_1003
- idna=2.8=py36_0
- importlib-metadata=2.0.0=py_1
- importlib_metadata=2.0.0=1
- ipykernel=5.3.4=py36hac0dd68_1
- ipython_genutils=0.2.0=py_1
- jinja2=2.11.2=pyh9f0ad1d_0
- jsonschema=3.2.0=py_2
- jupyter_client=6.1.7=py_0
- jupyter_core=4.6.3=py36h5fab9bb_2
- jupyterlab_pygments=0.1.2=pyh9f0ad1d_0
- krb5=1.16.1=hc83ff2d_6
- libedit=3.1.20191231=h14c3975_1
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=9.1.0=hdf63c60_0
- libpq=10.5=h1ad7b7a_0
- libsodium=1.0.18=h36c2ea0_1
- libstdcxx-ng=9.1.0=hdf63c60_0
- markupsafe=1.1.1=py36he6145b8_2
- mistune=0.8.4=py36h1d69622_1002
- nb_conda_kernels=2.3.0=py36h9f0ad1d_3
- nbclient=0.5.1=py_0
- nbconvert=6.0.7=py36h9f0ad1d_2
- nbformat=5.0.8=py_0
- ncurses=6.2=he6710b0_1
- nest-asyncio=1.4.3=pyhd8ed1ab_0
- notebook=6.1.5=py36h5fab9bb_0
- openssl=1.0.2u=h516909a_0
- packaging=20.4=pyh9f0ad1d_0
- pandoc=2.11.1.1=h36c2ea0_0
- pexpect=4.8.0=pyh9f0ad1d_2
- pickleshare=0.7.5=py_1003
- pip=20.1.1=py36_1
- postgresql=10.5=h1ad7b7a_0
- prometheus_client=0.8.0=pyh9f0ad1d_0
- prompt_toolkit=1.0.15=py_1
- psycopg2=2.7.4=py36hb7f436b_0
- ptyprocess=0.6.0=py_1001
- pycparser=2.20=py_2
- pygments=2.7.2=py_0
- pyopenssl=19.0.0=py36_0
- pyparsing=2.4.7=pyh9f0ad1d_0
- pyrsistent=0.17.3=py36h1d69622_1
- pysocks=1.7.1=py36_0
- python=3.6.5=hc3d631a_2
- python-dateutil=2.8.1=py_0
- python_abi=3.6=1_cp36m
- pytz=2020.1=py_0
- readline=7.0=h7b6447c_5
- requests=2.22.0=py36_1
- send2trash=1.5.0=py_0
- setuptools=47.3.1=py36_0
- simplegeneric=0.8.1=py_1
- six=1.15.0=py_0
- sqlite=3.32.3=h62c20be_0
- terminado=0.9.1=py36h5fab9bb_1
- testpath=0.4.4=py_0
- tk=8.6.10=hbc83047_0
- tornado=6.1=py36h1d69622_0
- traitlets=4.3.3=py36h9f0ad1d_1
- urllib3=1.25.9=py_0
- wcwidth=0.2.5=pyh9f0ad1d_2
- wheel=0.34.2=py36_0
- xz=5.2.5=h7b6447c_0
- zeromq=4.3.3=h58526e2_2
- zipp=3.4.0=py_0
- zlib=1.2.11=h7b6447c_3
- pip:
- autopep8==1.5.4
- backcall==0.2.0
- cairocffi==1.1.0
- cairosvg==2.4.2
- cssselect2==0.3.0
- django==2.2.5
- django-debug-toolbar==2.2
- flake8==3.8.4
- html5lib==1.1
- ipython==7.16.1
- ipython-genutils==0.2.0
- jedi==0.17.2
- numpy==1.19.4
- pandas==1.1.4
- pandocfilters==1.4.3
- parso==0.7.1
- pillow==7.2.0
- plotly==4.12.0
- prompt-toolkit==3.0.8
- pycodestyle==2.6.0
- pyflakes==2.2.0
- pyphen==0.9.5
- pyzmq==19.0.2
- retrying==1.3.3
- sqlparse==0.3.1
- tinycss2==1.0.2
- toml==0.10.1
- weasyprint==51
- webencodings==0.5.1
- xlwt==1.3.0
prefix: /home/zhc268/anaconda3/envs/django