forked from mercure-imaging/mercure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
64 lines (57 loc) · 864 Bytes
/
requirements.in
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
# base
mypy
typing_extensions
hupper
watchdog
dataclasses; python_version < '3.7'
mako>=1.2.2
alembic
wheel>=0.38.1
# logging / monitoring
graphyte
influxdb_client
daiquiri
aiohttp>=3.8.5
types-requests
# documentation
sphinx==5.0.0
sphinx-rtd-theme
# testing
pytest
pyfakefs ~= 4.5.5
pytest-mock
pytest-subprocess
# user interface
aiofiles
jinja2
types-Jinja2
# 0.15.0 breaks session management; the next commit after 0.18 will include the fix
starlette ~= 0.28;
starlette-auth-toolkit
uvicorn == 0.16.0
itsdangerous
python-multipart
distro
passlib
sqlalchemy
databases
# databases[postgresql]
databases[aiopg]
psycopg2
asyncpg
starlette-decoRouter
# processing
docker
python-nomad
# other
pydicom ~= 2.4.1
pydantic >= 1.10.9, <2.0.0
pillow >= 10.0.1
dicomweb-client
boto3
freezegun
certifi>=2023.07.22
future>=0.18.3
lxml>=4.9.1
pyxnat
urllib3>=1.26.18