forked from RedHatInsights/insights-host-inventory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
51 lines (48 loc) · 1.16 KB
/
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
50
51
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "==2.2.5"
jsonify = "==0.5" # Not semver
flask-restful = "~=0.3.7"
requests = "~=2.31.0"
flask-limiter = "~=1.0.1"
flask-sqlalchemy = "~=2.5.1"
psycopg2 = "~=2.9.9"
flask-migrate = "~=2.5.2"
itsdangerous = "==2.1.2"
gunicorn = "~=21.2.0"
connexion = {version = "~=2.14.2",extras = ["swagger-ui", "flask"]}
markupsafe = "==2.1.5"
openapi-schema-validator = "==0.6.2"
openapi-spec-validator = "==0.7.1"
pyyaml = "~=6.0.1"
prometheus-client = "~=0.17.1"
logstash-formatter = "~=0.5.17"
validators = "~=0.22.0"
marshmallow = "~=3.20.1"
ujson = "==5.8.0"
watchtower = ">=0.6.0,<4.0.0"
boto3 = "~=1.28"
confluent-kafka="~=2.0.2"
prometheus-flask-exporter = "~=0.22.3"
python-dateutil = "~=2.8.1"
prance = "==23.6.21.0"
app-common-python = "~=0.2.5"
honcho = "*"
sqlalchemy = "<2.1.0"
urllib3 = ">=1.26.5"
python-snappy = "*"
flask-unleash = "*"
segment-analytics-python = "*"
[dev-packages]
pytest = "~=7.3.1"
pytest-cov = "~=4.1.0"
pytest-mock = "~=3.11.1"
pytest-subtests = "~=0.11.0"
coverage = "*"
pre-commit = "~=3.3.3"
sqlalchemy-utils = "==0.41.1"
[requires]
python_version = "3.9"