forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
108 lines (105 loc) · 2.53 KB
/
pyproject.toml
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
102
103
104
105
106
107
108
[tool.poetry]
name = "galaxy"
version = "21.01"
description = "Galaxy is an open, web-based platform for accessible, reproducible, and transparent computational research."
authors = ["Galaxy Contributors"]
license = "AFL-3.0"
readme = "README.rst"
homepage = "https://galaxyproject.org/"
repository = "https://github.com/galaxyproject/galaxy/"
documentation = "https://docs.galaxyproject.org/"
[[tool.poetry.source]]
name = "galaxyproject"
url = "https://wheels.galaxyproject.org/simple"
[tool.poetry.dependencies]
aiofiles = "*"
async-generator = {version = "*", python = "~3.6"}
async-exit-stack = {version = "*", python = "~3.6"}
Babel = "*"
bdbag = "*"
Beaker = "1.11.0"
bioblend = "*"
bleach = "*"
boltons = "*"
boto = "*"
bx-python = "*"
Cheetah3 = "*"
cloudauthz = "==0.6.0"
cloudbridge = "*"
contextvars = {version = "*", python = "~3.6"}
cwltool = "==3.0.20201109103151"
dictobj = "*"
docutils = "*"
Fabric3 = "*"
fastapi = ">=0.63.0"
fastapi-utils = "*"
future = "*"
galaxy_sequence_utils = "*"
gxformat2 = "*"
h5py = "!=2.7.0, !=2.7.1"
isa-rwval = "*"
kombu = "*"
lagom = "<1.2.1" # maximum recursion depth exceeded (on functional_tests run)
Mako = "*"
Markdown = "*"
MarkupSafe = "*"
Mercurial = "*"
nodeenv = "*"
nose = "*"
numpy = "*"
paramiko = "*"
Parsley = "*"
Paste = "*"
psutil = "*"
pulsar-galaxy-lib = "==0.14.2"
pycryptodome = "*"
pykwalify = "*"
pyparsing = "*"
pysam = "*"
python = "^3.6"
pyuwsgi = "*"
PyYAML = "*"
refgenconf = ">=0.7.0, <0.10.0" # https://github.com/galaxyproject/galaxy/issues/11601
requests = "*"
Routes = "*"
social-auth-core = {version = "==3.3.0", extras = ["openidconnect"]}
sortedcontainers = "*"
SQLAlchemy = ">=1.3.22, <1.4.0" # https://github.com/kvesteri/sqlalchemy-utils/issues/474
sqlalchemy-migrate = "*"
sqlitedict = "*"
sqlparse = "*"
starlette = "*"
starlette-context = {version = "*", python = ">=3.7"}
svgwrite = "*"
uvicorn = "*"
WebOb = "*"
Whoosh = "*"
zipstream-new = "*"
[tool.poetry.dev-dependencies]
fluent-logger = "*"
httpx = "*"
gunicorn = "*"
lxml = "!=4.2.2"
markdown-it-reporter = "*"
NoseHTML = "*"
pygithub = ">=1.54.1" # prevent downgrade (depends on pyjwt(<2.0); pyjwt auto-upgrade to 2.0.1 causes pygithub downgrade to 1.53)
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
pytest-html = "*"
python-irodsclient = "*"
pytest-json-report = "*"
pytest-mock = "*"
pytest-pythonpath = "*"
pytest-postgresql = "*"
pytest-shard = "*"
recommonmark = "*"
responses = "*"
selenium = "*"
Sphinx = "*"
sphinx_markdown_tables = "*"
sphinx_rtd_theme = "*"
statsd = "*"
testfixtures = "*"
twill = "*"
watchdog = "*"