-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
51 lines (51 loc) · 1.11 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
name: enviro
channels:
- defaults
dependencies:
- python=3.8.5
- requests=2.24.0=py_0
- ruamel_yaml=0.15.87
- setuptools=50.3.1
- sqlite=3.33.0
- tk=8.6.10
- tqdm=4.51.0=pyhd3eb1b0_0
- urllib3=1.25.11=py_0
- wheel=0.35.1=pyhd3eb1b0_0
- xz=5.2.5
- yaml=0.2.5
- zlib=1.2.11
- pip:
- asgiref==3.5.2
- blinker==1.4
- click==8.0.1
- dj-database-url==0.5.0
- django==4.1.6
- django-modal-forms==2.0
- django-widget-tweaks==1.4.8
- dnspython==2.1.0
- elasticsearch==6.3.1
- flask-wtf==0.15.1
- greenlet==1.1.0
- gunicorn==20.1.0
- itsdangerous==2.0.1
- jinja2==3.0.1
- markupsafe==2.0.1
- marshmallow==3.12.2
- marshmallow-sqlalchemy==0.26.1
- mysql-connector-python==8.0.25
- mysqlclient==2.0.3
- pillow==8.3.1
- protobuf==3.17.3
- psycopg2==2.9.1
- pymysql==1.0.2
- python-dateutil==1.5
- python-decouple==3.4
- pytz==2021.1
- qrcode==7.2
- sqlalchemy==1.4.21
- sqlparse==0.4.1
- werkzeug==2.0.1
- whitenoise==5.3.0
- whoosh==2.7.4
- wtforms==2.3.3
prefix: C:\ProgramData\miniconda3