-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconda-env.yml
45 lines (44 loc) · 1.06 KB
/
conda-env.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
name: Artista-Env
channels:
- defaults
dependencies:
- ca-certificates=2020.7.22=0
- certifi=2020.6.20=py38_0
- console_shortcut=0.1.1=4
- openssl=1.1.1g=he774522_1
- pip=20.2.2=py38_0
- python=3.8.5=h5fd99cc_1
- setuptools=49.6.0=py38_0
- sqlite=3.33.0=h2a8f88b_0
- vc=14.1=h0510ff6_4
- vs2015_runtime=14.16.27012=hf0eaf9b_3
- wheel=0.35.1=py_0
- wincertstore=0.2=py38_0
- zlib=1.2.11=h62dcd97_4
- pip:
- asgiref==3.2.10
- beautifulsoup4==4.9.1
- chardet==3.0.4
- defusedxml==0.6.0
- django==3.1.1
- django-allauth==0.42.0
- django-filter==2.3.0
- django-htmlmin==0.11.0
- djangorestframework==3.11.1
- html5lib==1.1
- htmlmin==0.1.12
- idna==2.10
- markdown==3.2.2
- oauthlib==3.1.0
- pillow==7.2.0
- python3-openid==3.2.0
- pytz==2020.1
- requests==2.24.0
- requests-oauthlib==1.3.0
- six==1.15.0
- sorl-thumbnail==12.6.3
- soupsieve==2.0.1
- sqlparse==0.3.1
- urllib3==1.25.10
- webencodings==0.5.1
prefix: C:\Users\rafat\.conda\envs\Artista-Env