-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment_droplet.yml
54 lines (54 loc) · 1.26 KB
/
environment_droplet.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
name: hanashi
channels:
- defaults
dependencies:
- ca-certificates=2021.10.26=hecd8cb5_2
- certifi=2021.10.8=py38hecd8cb5_0
- libcxx=12.0.0=h2f01273_0
- libffi=3.3=hb1e8313_2
- ncurses=6.3=hca72f7f_2
- openssl=1.1.1l=h9ed2024_0
- pip=21.2.4=py38hecd8cb5_0
- python=3.8.12=h88f2d9e_0
- readline=8.1=h9ed2024_0
- setuptools=58.0.4=py38hecd8cb5_0
- sqlite=3.36.0=hce871da_0
- tk=8.6.11=h7bc2e8c_0
- wheel=0.37.0=pyhd3eb1b0_1
- xz=5.2.5=h1de35cc_0
- zlib=1.2.11=h1de35cc_3
- pip:
- aiohttp==3.7.4.post0
- asgiref==3.4.1
- astroid==2.9.2
- async-timeout==3.0.1
- attrs==21.4.0
- black==21.12b0
- chardet==4.0.0
- charset-normalizer==2.0.10
- click==8.0.3
- discord-py==1.7.3
- django==3.2.9
- dotdict==0.1
- idna==3.3
- isort==5.10.1
- lazy-object-proxy==1.7.1
- loguru==0.5.3
- mccabe==0.6.1
- multidict==5.2.0
- mypy-extensions==0.4.3
- pathspec==0.9.0
- platformdirs==2.4.1
- pylint==2.12.2
- python-dotenv==0.19.2
- pytz==2021.3
- requests==2.27.1
- sqlparse==0.4.2
- toml==0.10.2
- tomli==1.2.3
- tqdm==4.62.3
- typing-extensions==4.0.1
- urllib3==1.26.7
- wrapt==1.13.3
- yarl==1.7.2
prefix: /Users/atom/miniconda3/envs/hanashi