-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
35 lines (32 loc) · 846 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "==6.1.2"
pytest-factoryboy = "==2.0.3"
pytest-django = "==4.1.0"
localstack = "==0.12.2"
awscli = "==1.18.178"
boto3 = "==1.16.18"
[packages]
botocore = "==1.19.18"
boto3 = "==1.16.18"
Pillow = "==8.0.1"
Django = "==3.1.3"
djangorestframework = "==3.12.2"
psycopg2-binary = ">=2.7,<3.0"
django-filter = "==2.4.0"
factory-boy = "==3.1.0"
django-rest-auth = "==0.9.5"
django-redis = "==4.12.1"
celery = "==5.0.2"
drf-yasg = "==1.20.0"
packaging = "==20.4"
django-storages = "==1.10.1"
python-dotenv = "==0.15.0"
django-cors-headers = "==3.5.0"
djangorestframework-camel-case = "==1.2.0"
drf-extensions = {git = "https://github.com/chibisov/drf-extensions.git", ref = "002a67cec4159cbd691580b6e7fa42a701f0d2dd"}
[requires]
python_version = "3.8"