File size: 449 Bytes
98cd95a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.poetry]
name = "proteins-in-a-grid"
version = "0.1.0"
description = "View sequences folded with ESMfold in a grid using py3Dmol"
authors = ["Aksel Lenes <aksel.lenes@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.10"
stmol = "^0.0.9"
py3Dmol = "^2.0.3"
streamlit = "^1.22.0"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"