-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPipfile
49 lines (46 loc) · 1.03 KB
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "==3.2.3"
django-email-verification = "==0.0.7"
six = "==1.16.0"
bs4 = "==0.0.1"
lxml = "==4.6.3"
apscheduler = "==3.7.0"
cloudinary = "==1.25.0"
django-environ = "==0.4.5"
django-crispy-forms = "==1.11.2"
crispy-bootstrap5 = "==0.3.1"
google-api-python-client = "==2.5.0"
google-auth-httplib2 = "==0.1.0"
google-auth-oauthlib = "==0.4.4"
asgiref = "==3.3.4"
beautifulsoup4 = "==4.9.3"
cachetools = "==4.2.2"
certifi = "==2020.12.5"
chardet = "==4.0.0"
google-api-core = "==1.28.0"
google-auth = "==1.30.0"
googleapis-common-protos = "==1.53.0"
httplib2 = "==0.19.1"
idna = "==2.10"
oauthlib = "==3.1.0"
protobuf = "==3.17.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pyparsing = "==2.4.7"
pytz = "==2021.1"
requests = "==2.25.1"
requests-oauthlib = "==1.3.0"
rsa = "==4.7.2"
soupsieve = "==2.2.1"
sqlparse = "==0.4.1"
tzlocal = "==2.1"
uritemplate = "==3.0.1"
urllib3 = "==1.26.4"
Pillow = "==8.2.0"
[requires]
python_version = "3.9"