forked from style77/newsltr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
46 lines (43 loc) · 915 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
djoser = "*"
djangorestframework-simplejwt = "*"
social-auth-app-django = "*"
dj-database-url = "*"
python-dotenv = "*"
psycopg2 = "*"
pyyaml = "*"
uritemplate = "*"
gunicorn = "*"
django-health-check = "*"
psutil = "*"
django-cors-headers = "*"
django-redis = "*"
djet = "*"
drf-spectacular = {extras = ["sidecar"] }
celery = "*"
django-celery-results = "*"
django-celery-beat = "*"
django-anymail = {extras = ["sendgrid"] }
install = "*"
drf-nested-routers = "*"
stripe = "*"
pydantic = "*"
django-unfold = "*"
isort = {extras = ["requirements_deprecated_finder", "pipfile_deprecated_finder"], version = "*"}
django-allauth = "*"
celery-redbeat = "*"
flower = "*"
trix = "*"
django-trix = "*"
[dev-packages]
flake8 = "*"
black = "*"
pre-commit = "*"
[requires]
python_version = "3.12"