-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
31 lines (28 loc) · 506 Bytes
/
Pipfile
File metadata and controls
31 lines (28 loc) · 506 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ansiscape = "~=1.1.0"
boto3 = "~=1.18"
differently = "~=1.0.1"
pyyaml = "~=6.0"
tabulate = "~=0.8"
[dev-packages]
black = "==21.9b0"
boto3-stubs = {extras = ["cloudformation"], version = "*"}
flake8 = "*"
furo = "*"
isort = "*"
mock = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
shellcheck-py = "*"
sphinx = "*"
twine = "*"
types-mock = "*"
types-tabulate = "~=0.8"
yamllint = "*"
[requires]
python_version = "3.10"