-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
87 lines (86 loc) · 1.73 KB
/
environment.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
name: wx
channels:
- !!python/unicode
'defaults'
dependencies:
- !!python/unicode
'click=6.7=py36_0'
- !!python/unicode
'flask=0.12.2=py36_0'
- !!python/unicode
'itsdangerous=0.24=py36_0'
- !!python/unicode
'jinja2=2.9.6=py36_0'
- !!python/unicode
'libiconv=1.14=0'
- !!python/unicode
'libxml2=2.9.4=0'
- !!python/unicode
'libxslt=1.1.29=0'
- !!python/unicode
'lxml=3.8.0=py36_0'
- !!python/unicode
'markupsafe=1.0=py36_0'
- !!python/unicode
'mkl=2017.0.3=0'
- !!python/unicode
'numpy=1.13.1=py36_0'
- !!python/unicode
'openssl=1.0.2l=0'
- !!python/unicode
'pandas=0.20.3=py36_0'
- !!python/unicode
'pip=9.0.1=py36_1'
- !!python/unicode
'pymysql=0.7.9=py36_0'
- !!python/unicode
'python=3.6.2=0'
- !!python/unicode
'python-dateutil=2.6.1=py36_0'
- !!python/unicode
'pytz=2017.2=py36_0'
- !!python/unicode
'readline=6.2=2'
- !!python/unicode
'setuptools=27.2.0=py36_0'
- !!python/unicode
'six=1.10.0=py36_0'
- !!python/unicode
'sqlite=3.13.0=0'
- !!python/unicode
'tk=8.5.18=0'
- !!python/unicode
'werkzeug=0.12.2=py36_0'
- !!python/unicode
'wheel=0.29.0=py36_0'
- !!python/unicode
'xz=5.2.3=0'
- !!python/unicode
'zlib=1.2.11=0'
- pip:
- certifi==2017.7.27.1
- cffi==1.11.2
- chardet==3.0.4
- cryptography==1.7.2
- dominate==2.3.1
- flask-bootstrap==3.3.7.1
- flask-cors==3.0.3
- flask-mysqldb==0.2.0
- flask-sqlalchemy==2.2
- flask-wtf==0.14.2
- idna==2.6
- inflect==0.2.5
- mysqlclient==1.3.12
- pep8==1.7.1
- psycopg2==2.7.4
- pyasn1==0.3.7
- pycparser==2.18
- pyjwt==1.5.3
- requests==2.18.4
- sqlacodegen==1.1.6
- sqlalchemy==1.1.14
- urllib3==1.22
- uuid==1.30
- visitor==0.1.3
- wtforms==2.1
prefix: !!python/unicode '/Users/jingkun/miniconda2/envs/wx'