-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
43 lines (40 loc) · 857 Bytes
/
environment.yml
File metadata and controls
43 lines (40 loc) · 857 Bytes
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
name: funartswebapp
channels:
- conda-forge
- anaconda
- defaults
- bioconda
dependencies:
# Base dependencies
- python==3.8.10
- pip
# Developer dependencies
- pip:
- aniso8601==9.0.1
- biopython==1.79
- blinker==1.4
- click==8.0.1
- et-xmlfile==1.1.0
- ete3==3.1.2
- Flask==2.2.5
- Flask-Mail==0.9.1
- Flask-RESTful==0.3.9
- Flask-Sockets==0.2.1
- gevent==23.9.1
- gevent-websocket==0.10.1
- greenlet==2.0.0
- itsdangerous==2.0.1
- jdcal==1.4.1
- Jinja2==3.0.1
- MarkupSafe==2.1.3
- numpy==1.22.0
- olefile==0.44
- openpyxl==3.0.7
- Pillow==10.0.1
- python-dateutil==2.8.2
- pytz==2021.1
- pyuwsgi==2.0.21
- redis==3.5.3
- redis-server==5.0.7
- six==1.16.0
- Werkzeug==2.3.8