-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
40 lines (37 loc) · 840 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
[requires]
python_version = "3.8"
[packages]
connexion = {extras = ["swagger-ui"],version = "==2.5.1"} # 2.6.0 is stricter, need to fix openapi spec to upgrade
kerlescan = {editable = true, ref = "0.99", git = "https://github.com/RedHatInsights/kerlescan.git"}
prometheus-client = "*"
watchtower = "==1.0.6"
flake8 = "*"
gunicorn = "*"
flask-sqlalchemy = "*"
alembic = "*"
flask-script = "*"
flask-migrate = "*"
kafka-python = "==2.0.2"
psycopg2-binary = "*"
logstash-formatter = "*"
python-dateutil = "*"
pytz = "*"
app-common-python = "*"
jsonschema = "==3.2.0"
markupsafe = "*"
click = "==8.0.3"
[dev-packages]
black = "==21.6b0"
flake8 = "*"
pytest = "*"
pytest-cov = "*"
pytest-flask = "*"
pytest-black = "*"
pytest-mock = "*"
"coverage[toml]" = "*"
yamllint = "*"
mock = "*"
ipdb = "*"
toml = "*"
[pipenv]
allow_prereleases = true