-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
38 lines (34 loc) · 772 Bytes
/
Pipfile
File metadata and controls
38 lines (34 loc) · 772 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-environ = "==0.8.1"
Django = "==4.0.4"
psycopg2-binary = "==2.9.5"
djangorestframework = "==3.13.1"
django-cors-headers = "==3.13.0"
django-rest-auth = "==0.9.5"
pillow = "==9.2.0"
djangorestframework--simplejwt = "*"
django-allauth = "*"
dj-rest-auth = "*"
drf-yasg = "==1.20.0"
django-nextjs = "==2.3.0"
django-softdelete = "*"
gunicorn = "*"
drf-spectacular = "*"
boto3 = "*"
uwsgi = "*"
[dev-packages]
black = "==22.1.0"
pre-commit = "==2.17.0"
flake8 = "==4.0.1"
isort = "==5.10.1"
factory-boy = "==3.2.1"
coverage = "*"
genbadge = "*"
[requires]
python_version = "3.10"
[scripts]
test = "python studysite/manage.py test --parallel 4 --settings=studysite.settings.test"