generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
47 lines (44 loc) · 948 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
asgiref = "==3.2.10"
astroid = "==2.4.2"
boto3 = "==1.16.29"
botocore = "==1.19.29"
certifi = "==2020.6.20"
chardet = "==3.0.4"
defusedxml = "==0.6.0"
dj-database-url = "==0.5.0"
django-allauth = "==0.42.0"
django-crispy-forms = "==1.9.2"
django-storages = "==1.10.1"
gunicorn = "==20.0.4"
idna = "==2.10"
isort = "==5.6.2"
jmespath = "==0.10.0"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
oauthlib = "==3.1.0"
psycopg2-binary = "==2.8.6"
pylint = "==2.6.0"
python-dateutil = "==2.8.1"
python3-openid = "==3.2.0"
pytz = "==2020.1"
requests = "==2.24.0"
requests-oauthlib = "==1.3.0"
s3transfer = "==0.3.3"
six = "==1.15.0"
sqlparse = "==0.4.1"
stripe = "==2.55.0"
toml = "==0.10.1"
typed-ast = "==1.4.1"
urllib3 = "==1.25.10"
wrapt = "==1.12.1"
Django = "==3.1.2"
Pillow = "==7.2.0"
Unidecode = "==1.1.1"
[requires]
python_version = "3.7"