-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.dev.txt
58 lines (56 loc) · 2.42 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
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.org/simple
autopep8==1.7.0
bleach==5.0.1; python_version >= '3.7'
boto3-stubs[ecs]==1.24.85
boto3==1.24.85
botocore-stubs==1.27.85; python_version >= '3.7' and python_version < '4.0'
botocore==1.27.85; python_version >= '3.7'
build==0.8.0
certifi==2022.9.24; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==2.1.1; python_version >= '3.6'
click==8.1.3
commonmark==0.9.1
cryptography==38.0.1; python_version >= '3.6'
docutils==0.19; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
importlib-metadata==5.0.0; python_version < '3.10'
jaraco.classes==3.2.3; python_version >= '3.7'
jeepney==0.8.0; sys_platform == 'linux'
jmespath==1.0.1; python_version >= '3.7'
keyring==23.9.3; python_version >= '3.7'
more-itertools==8.14.0; python_version >= '3.5'
mypy-boto3-ecs==1.24.75
packaging==21.3; python_version >= '3.6'
pep517==0.13.0; python_version >= '3.6'
pkginfo==1.8.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pycodestyle==2.9.1; python_version >= '3.6'
pycparser==2.21
pygments==2.13.0; python_version >= '3.6'
pyparsing==3.0.9; python_full_version >= '3.6.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
readme-renderer==37.2; python_version >= '3.7'
requests-toolbelt==0.9.1
requests==2.28.1; python_version >= '3.7' and python_version < '4'
rfc3986==2.0.0; python_version >= '3.7'
rich==12.6.0; python_version < '4' and python_full_version >= '3.6.3'
s3transfer==0.6.0; python_version >= '3.7'
secretstorage==3.3.3; sys_platform == 'linux'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1; python_version < '3.11'
twine==4.0.1
types-awscrt==0.14.7; python_version >= '3.7' and python_version < '4.0'
types-s3transfer==0.6.0.post4; python_version >= '3.7' and python_version < '4.0'
typing-extensions==4.3.0; python_version >= '3.7'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4.0'
webencodings==0.5.1
zipp==3.8.1; python_version >= '3.7'