-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
57 lines (52 loc) · 1.15 KB
/
requirements.txt
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
# Production dependencies
# enoslib>=8.0.1
-e git+https://gitlab.inria.fr/discovery/enoslib@c3e8dc4a0778d57845368f736ffffab2ba0fe898#egg=enoslib
django-environ~=0.9.0
python-grid5000~=1.2.4
requests~=2.28.1
patch==1.*
tomodachi>=0.24.0
httpx>=0.15.4,<0.24.0
attrs>=21.3.0
python-dateutil>=2.8.0
# Keep this dot below, it will apply pyproject.toml config as it will install the project
# Prefect deps
aiosqlite >= 0.17.0
alembic >= 1.7.5
anyio >= 3.4.0
apprise >= 1.1.0
asgi-lifespan >= 1.0
asyncpg >= 0.23
click >= 8.0, < 8.2
cloudpickle >= 2.0
coolname >= 1.0.4
croniter >= 1.0.12
cryptography >= 36.0.1
dateparser >= 1.1.1
docker >= 4.0
fastapi >= 0.70
fsspec >= 2022.5.0
griffe >= 0.20.0
httpx[http2] >= 0.23, != 0.23.2
importlib_metadata >= 4.4; python_version < '3.10'
jinja2 >= 3.0.0
jsonpatch >= 1.32
jsonschema >=3.2.0, <5.0.0
kubernetes >= 24.2.0
orjson >= 3.7
packaging >= 21.3
pathspec >= 0.8.0
pendulum >= 2.1.2
pydantic >= 1.10.0
python-slugify >= 5.0
pytz >= 2021.1
pyyaml >= 5.4.1
readchar >= 4.0.0
rich >= 11.0
sqlalchemy[asyncio] >= 1.4.22, != 1.4.33, < 2.0
toml >= 0.10.0
typer >= 0.4.2
typing_extensions >= 4.1.0
uvicorn >= 0.14.0
websockets >= 10.4
.