forked from stevebrownlee/learn-ops-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
45 lines (41 loc) · 866 Bytes
/
Pipfile
File metadata and controls
45 lines (41 loc) · 866 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
colorama = "==0.4.6"
pytest = "*"
pytest-django = "*"
pytest-cov = "*"
[packages]
django = "*"
autopep8 = "*"
pylint = "*"
djangorestframework = "*"
django-cors-headers = "*"
pylint-django = "*"
uritemplate = "*"
gunicorn = "*"
dj-database-url = "*"
psycopg2-binary = "*"
dj-rest-auth = "4.0.1"
django-allauth = "0.54.0"
requests = "*"
"backports.weakref" = "*"
wheel = "*"
valkey = "*"
structlog = "==23.1.0"
django-structlog = "==5.0.0"
python-json-logger = "==2.0.7"
opensearch-py = "==2.3.0"
python-logstash = "==0.4.8"
uuid = "==1.30"
python-dateutil = "==2.8.2"
django-debug-toolbar = "*"
django-db-logger = "*" # Added for in-app log storage
django-prometheus = "*"
[requires]
python_version = "3.11.11"
[scripts]
migrate = "python3 manage.py migrate"