forked from informatsy/informatsy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
56 lines (53 loc) · 1.26 KB
/
Pipfile
File metadata and controls
56 lines (53 loc) · 1.26 KB
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
50
51
52
53
54
55
56
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.4.1"
cachetools = "==4.2.2"
certifi = "==2021.5.30"
cffi = "==1.14.6"
charset-normalizer = "==2.0.6"
cryptography = "==3.4.8"
defusedxml = "==0.7.1"
django-allauth = "==0.45.0"
django-appconf = "==1.0.5"
django-autoslug = "==1.9.8"
django-cors-headers = "==3.8.0"
django-googledrive-storage = "==1.5.2"
djangorestframework = "==3.12.4"
google-api-core = "==2.0.1"
google-api-python-client = "==2.22.0"
google-auth = "==2.1.0"
google-auth-httplib2 = "==0.1.0"
googleapis-common-protos = "==1.53.0"
httplib2 = "==0.19.1"
idna = "==3.2"
oauth2client = "==4.1.3"
oauthlib = "==3.1.1"
pipfile = "==0.0.2"
protobuf = "==3.18.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycparser = "==2.20"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.2"
python3-openid = "==3.2.0"
pytz = "==2021.1"
requests = "==2.26.0"
requests-oauthlib = "==1.3.0"
rsa = "==4.7.2"
six = "==1.16.0"
sqlparse = "==0.4.2"
toml = "==0.10.2"
uritemplate = "==3.0.1"
urllib3 = "==1.26.7"
Django = "==3.2.7"
Pillow = "==8.3.2"
PyJWT = {version = "==2.1.0", extras = ["crypto"]}
python-decouple = "==3.5"
djangorestframework-simplejwt = "==5.0.0"
django-rest-auth = "*"
[dev-packages]
[requires]
python_version = "3.8"