-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
51 lines (48 loc) · 906 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
47
48
49
50
51
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "~=4.2"
djangorestframework = "~=3.14"
python-dotenv = "*"
awscli = "*"
gunicorn = "*"
celery = "*"
django-environ = "*"
firebase-admin = "*"
sentry-sdk = "*"
redis = "*"
django-filter = "*"
django-extensions = "*"
django-s3-storage = "*"
django-celery-beat = "*"
django-celery-results = "*"
drf-spectacular = "*"
django-cacheops = "*"
django-elasticsearch-dsl = "~=7.3"
mysqlclient = "~=2.2.4"
beautifulsoup4 = "*"
bleach = "*"
django-redis = "*"
pillow = "*"
html5lib = "*"
pytest = "*"
pytest-django = "*"
django-cors-headers = "*"
django-debug-toolbar = "*"
django-debug-toolbar-force = "*"
pyyaml = "~=5.3.1"
uritemplate = "*"
tqdm = "*"
lxml = "*"
django-ses = "*"
pydantic = "*"
[dev-packages]
black = "*"
isort = "*"
pre-commit = "*"
ipython = "*"
pytest-cov = "*"
[requires]
python_version = "3.11"