-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflask_env.yml
101 lines (101 loc) · 2.96 KB
/
flask_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
name: flask
channels:
- defaults
- conda-forge
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=1_gnu
- aniso8601=7.0.0=py_0
- appdirs=1.4.4=py_0
- astroid=2.5=py39h06a4308_1
- attrs=21.2.0=pyhd3eb1b0_0
- bcrypt=3.2.0=py39he8ac12f_0
- bidict=0.21.2=pyhd3eb1b0_0
- black=19.10b0=py_0
- ca-certificates=2021.4.13=h06a4308_1
- certifi=2020.12.5=py39h06a4308_0
- cffi=1.14.5=py39h261ae71_0
- click=8.0.0=pyhd3eb1b0_0
- dataclasses=0.8=pyh6d0b6a4_7
- flask=2.0.0=pyhd8ed1ab_0
- flask-bcrypt=0.7.1=py_1
- flask-cors=3.0.10=pyhd3eb1b0_0
- flask-graphql=2.0.1=pyh9f0ad1d_2
- flask-jwt-extended=4.2.1=pyhd3eb1b0_0
- flask-login=0.5.0=py_0
- flask-socketio=5.0.1=pyhd3eb1b0_0
- flask-testing=0.8.1=pyhd8ed1ab_0
- gevent=20.12.1=py39h27cfd23_1
- gevent-websocket=0.10.1=py39h06a4308_1
- graphene=2.1.8=py_0
- graphene-sqlalchemy=2.3.0=pyh9f0ad1d_0
- graphql-core=2.2=py_0
- graphql-relay=2.0.1=py_0
- graphql-server-core=1.1.3=py_0
- greenlet=1.1.0=py39h2531618_0
- gunicorn=20.1.0=py39h06a4308_0
- isort=5.8.0=pyhd3eb1b0_0
- itsdangerous=2.0.0=pyhd3eb1b0_0
- jinja2=3.0.0=pyhd8ed1ab_0
- krb5=1.17.1=h173b8e3_0
- lazy-object-proxy=1.6.0=py39h27cfd23_0
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20210216=h27cfd23_1
- libffi=3.3=he6710b0_2
- libgcc-ng=9.3.0=h2828fa1_19
- libgomp=9.3.0=h2828fa1_19
- libpq=12.2=h20c2e04_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- markupsafe=2.0.0=py39h3811e60_0
- mccabe=0.6.1=py39h06a4308_1
- mypy_extensions=0.4.1=py39h06a4308_0
- ncurses=6.2=he6710b0_1
- openssl=1.1.1k=h27cfd23_0
- pathspec=0.7.0=py_0
- pip=21.0.1=py39h06a4308_0
- promise=2.3=py39h06a4308_0
- psycopg2=2.8.6=py39h3c74f83_1
- pycparser=2.20=py_2
- pylint=2.7.4=py39h06a4308_1
- python=3.9.4=hdb3f193_0
- python-dateutil=2.8.1=pyhd3eb1b0_0
- python-dotenv=0.17.1=pyhd8ed1ab_0
- python-engineio=4.1.0=pyhd3eb1b0_0
- python-socketio=5.1.0=pyhd3eb1b0_0
- python_abi=3.9=1_cp39
- readline=8.1=h27cfd23_0
- regex=2021.4.4=py39h27cfd23_0
- rx=3.2.0=pyhd8ed1ab_0
- setuptools=52.0.0=py39h06a4308_0
- singledispatch=3.6.1=pyhd3eb1b0_1001
- six=1.15.0=py39h06a4308_0
- sqlalchemy=1.4.15=py39h27cfd23_0
- sqlite=3.35.4=hdfb4753_0
- tk=8.6.10=hbc83047_0
- toml=0.10.2=pyhd3eb1b0_0
- typed-ast=1.4.2=py39h27cfd23_1
- typing_extensions=3.7.4.3=pyha847dfd_0
- tzdata=2020f=h52ac0ba_0
- werkzeug=2.0.0=pyhd8ed1ab_0
- wheel=0.36.2=pyhd3eb1b0_0
- wrapt=1.12.1=py39he8ac12f_1
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- zope=1.0=py39h06a4308_1
- zope.event=4.5.0=py39h06a4308_0
- zope.interface=5.3.0=py39h27cfd23_0
- pip:
- aiohttp==3.7.4.post0
- async-timeout==3.0.1
- asyncio==3.4.3
- bitfinex-api-py==1.1.14
- chardet==4.0.0
- flask-graphql-auth==1.3.3
- idna==3.1
- multidict==5.1.0
- pyee==8.1.0
- pyjwt==2.0.1
- sqlalchemy-utils==0.37.2
- websockets==8.1
- yarl==1.6.3
prefix: /home/bella/miniconda3/envs/flask