-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
44 lines (41 loc) · 692 Bytes
/
Pipfile
File metadata and controls
44 lines (41 loc) · 692 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
asgiref = "*"
boto3 = "*"
botocore = "*"
certifi = "*"
chardet = "*"
defusedxml = "*"
dj-database-url = "*"
django = "*"
django-allauth = "*"
django-multiselectfield = "*"
django-pagination = "*"
django-storages = "*"
docutils = "*"
gunicorn = "*"
idna = "*"
jmespath = "*"
oauthlib = "*"
psycopg2-binary = "*"
python-dateutil = "*"
python3-openid = "*"
pytz = "*"
requests = "*"
requests-oauthlib = "*"
s3transfer = "*"
sightengine = "*"
six = "*"
sqlparse = "*"
text-unidecode = "*"
urllib3 = "*"
whitenoise = "*"
Django = "*"
Faker = "*"
Pillow = "*"
[requires]
python_version = "3.7"