-
Notifications
You must be signed in to change notification settings - Fork 10
/
conda-env.yml
113 lines (112 loc) · 1.68 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
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
name: py_asciimath
channels:
- defaults
dependencies:
- _libgcc_mutex
- appdirs
- attrs
- black
- ca-certificates
- click
- entrypoints
- flake8
- icu
- ld_impl_linux-64
- libedit
- libffi
- libgcc-ng
- libstdcxx-ng
- libxml2
- libxslt
- lxml
- mccabe
- mypy_extensions
- ncurses
- openssl
- pathspec
- pip
- pycodestyle
- pyflakes
- python
- readline
- regex
- setuptools
- sqlite
- tk
- toml
- typed-ast
- typing_extensions
- wheel
- xz
- zlib
- pip:
- 2to3
- 3to2
- alabaster
- alembic
- babel
- bleach
- certifi
- cffi
- chardet
- coverage
- cryptography
- distlib
- docopt
- docutils
- filelock
- flask
- flask-heroku
- flask-marshmallow
- flask-migrate
- flask-script
- flask-sqlalchemy
- future
- gunicorn
- idna
- imagesize
- itsdangerous
- jeepney
- jinja2
- keyring
- lark-parser
- mako
- markupsafe
- marshmallow
- marshmallow-sqlalchemy
- mysql-connector
- packaging
- pillow
- pkginfo
- pluggy
- py
- pycparser
- pygments
- pymysql
- pyparsing
- python-dateutil
- python-dotenv
- python-editor
- pytz
- readme-renderer
- requests
- requests-toolbelt
- rstcheck
- secretstorage
- six
- snowballstemmer
- sphinx
- sphinxcontrib-applehelp
- sphinxcontrib-devhelp
- sphinxcontrib-htmlhelp
- sphinxcontrib-jsmath
- sphinxcontrib-qthelp
- sphinxcontrib-serializinghtml
- sqlalchemy
- tox
- tqdm
- twine
- urllib3
- virtualenv
- webencodings
- werkzeug