-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
49 lines (45 loc) · 826 Bytes
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ansible-vault = "*"
docker-compose = "*"
pylint = "*"
mock = "*"
pytest-cov = "*"
pytest = "*"
tox = "*"
ipython = "*"
parso = "*"
PyHamcrest = "*"
bumpversion = "*"
pre-commit = "*"
pygments = "*"
django-extensions = "*"
pytest-deadfixtures = ">=2.1.0"
pytest-picked = ">=0.4.1"
pytest-pythonpath = "*"
pytest-sugar = ">=0.9.2"
pytest-runner = "*"
pyhamcrest = "*"
factory-boy = ">=2.10.0"
flake8 = "*"
awsiotpythonsdk = "*"
pymdown-extensions = "*"
mkdocs-material = "*"
checkov = "*"
grip = "*"
[packages]
PyYAML = "*"
aws = "*"
awscli = "*"
environs = ">=4.2.0"
psycopg2-binary = ">=2.8.3"
zappa = ">=0.48.2"
sqlalchemy = ">=1.3.10"
[scripts]
test = "pytest"
update = "pre-commit autoupdate"
[requires]
python_version = "3.8.0"