-
Notifications
You must be signed in to change notification settings - Fork 60
/
Pipfile
66 lines (62 loc) · 1.44 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-environ = "==0.10.0"
djangorestframework = "==3.15.2"
gunicorn = "==22.0.0"
whitenoise = "==6.4.0"
django = "==4.2.16"
django-filter = "==22.1"
requests = "==2.32.3"
django-tenants = "==3.5.0"
django-cors-headers = "==3.13.0"
djangorestframework-csv = "==2.1.1"
grpcio = "==1.68.0"
grpcio-status = "==1.68.0"
pytz = "==2022.2.1"
tzdata = "==2022.2"
django-prometheus = "==2.2.0"
prometheus-client = "==0.15.0"
protoc-gen-validate = "==1.0.4"
urllib3 = "==1.26.19"
watchtower = "==3.0.0"
boto3 = "==1.24.24"
celery = "==5.3.0b2"
redis = "==5.0.0"
relations-grpc-clients-python-kessel-project = "==0.3.2"
sqlparse = "==0.5.0"
django-extensions = "==3.2.1"
python-dateutil = "==2.8.2"
ecs-logging = "==2.0.0"
app-common-python = "==0.2.5"
sentry-sdk = "==2.8.0"
psycopg2 = "==2.9.5"
kafka-python = "==2.0.2"
psycopg2-binary = "==2.9.5"
joserfc = "==0.8.0"
jinja2 = "==3.1.4"
stompest = "==2.3.0"
xmltodict = "==0.13.0"
uuid-utils = "==0.9.0"
[dev-packages]
astroid = "==2.2.5"
sphinx-rtd-theme = "==1.2.0"
sphinx = "==4.3.2"
tox = "==3.23.0"
coverage = "==7.2.3"
faker = "==18.4.0"
pre-commit = "==3.2.2"
black = "==24.10.0"
flake8 = "==7.0.0"
flake8-docstrings = "==1.7.0"
flake8-import-order = "==0.18.2"
flake8-quotes = "==3.3.2"
mypy = "==1.11.2"
types-pyyaml = "==6.0.12.12"
cryptography = "==43.0.1"
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true