-
Notifications
You must be signed in to change notification settings - Fork 631
/
Copy pathrequirements-dev.txt
45 lines (39 loc) · 1.03 KB
/
requirements-dev.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
# formatting
# match the version with .pre-commit-config.yaml
yapf==0.32.0
# match the version with .pre-commit-config.yaml
pylint==2.14.5
# formatting the node_providers code from upstream ray-project/ray project
# match the version with .pre-commit-config.yaml
black==22.10.0
# https://github.com/edaniszewski/pylint-quotes
# match the version with .pre-commit-config.yaml
pylint-quotes==0.2.3
# match the version with .pre-commit-config.yaml
toml==0.10.2
# match the version with .pre-commit-config.yaml
isort==5.12.0
# type checking
# match the version with .pre-commit-config.yaml
mypy==1.4.0
types-PyYAML
# 2.31 requires urlib3>2, which is incompatible with SkyPilot, IBM and
# kubernetes packages, which require urllib3<2.
types-requests<2.31
types-setuptools
types-cachetools
types-pyvmomi
types-aiofiles
# testing
pytest
pytest-xdist
pytest-env>=0.6
pytest-asyncio
# memory profiler
memory_profiler==0.61.0
# For testing SkyServe
aiohttp==3.9.3
# For mocking AWS
moto==5.1.2
# boto3 type checking
boto3-stubs[s3,ec2,sts,iam,service-quotas]