forked from sinanugur/MirMachine
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
35 lines (32 loc) · 634 Bytes
/
Pipfile
File metadata and controls
35 lines (32 loc) · 634 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==3.2.6"
newick = "*"
docopt = "*"
urllib3 = "*"
snakemake = "==5.11.1"
attrs = "==19.3.0"
biopython = "==1.76"
datrie = "==0.8.2"
decorator = "==4.4.2"
importlib-metadata = "==1.5.0"
ipython-genutils = "==0.2.0"
jsonschema = "==3.2.0"
jupyter-core = "==4.6.3"
nbformat = "==5.0.4"
numpy = "==1.18.2"
psutil = "==5.7.0"
pyrsistent = "==0.15.7"
pyyaml = "==5.3"
ratelimiter = "==1.2.0.post0"
smmap = "==3.0.1"
toposort = "==1.5"
traitlets = "==4.3.3"
wrapt = "==1.12.1"
zipp = "==3.1.0"
[dev-packages]
[requires]
python_version = "3.8"