-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
65 lines (62 loc) · 1.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
asgiref = "==3.4.1"
astroid = "==2.7.2"
attrs = "==21.2.0"
"backports.functools-lru-cache" = "==1.6.4"
certifi = "==2021.5.30"
cffi = "==1.14.6"
chardet = "==4.0.0"
charset-normalizer = "==2.0.4"
configparser = "==5.0.2"
cryptography = "==3.4.7"
defusedxml = "==0.7.1"
dj-database-url = "==0.5.0"
django-allauth = "==0.45.0"
django-appconf = "==1.0.4"
django-compressor = "==2.4.1"
django-debug-toolbar = "==3.2.2"
django-rest-auth = "==0.9.5"
djangorestframework = "==3.12.4"
enum34 = "==1.1.10"
gunicorn = "==20.1.0"
heroku3 = "==4.2.3"
idna = "==3.2"
iniconfig = "==1.1.1"
isort = "==5.9.3"
lazy-object-proxy = "==1.6.0"
mccabe = "==0.6.1"
oauthlib = "==3.1.1"
pluggy = "==0.13.1"
psycopg2-binary = "==2.9.1"
py = "==1.10.0"
pycparser = "==2.20"
pylint = "==2.10.1"
pyparsing = "==2.4.7"
pytest = "==6.2.4"
python-dateutil = "==2.8.2"
python-openid = "==2.2.5"
python3-openid = "==3.2.0"
pytz = "==2021.1"
rcssmin = "==1.0.6"
requests = "==2.26.0"
requests-oauthlib = "==1.3.0"
rjsmin = "==1.1.0"
singledispatch = "==3.7.0"
six = "==1.16.0"
sqlparse = "==0.4.1"
toml = "==0.10.2"
urllib3 = "==1.26.6"
wrapt = "==1.12.1"
Django = "==3.2.6"
Jinja2 = "==3.0.1"
MarkupSafe = "==2.0.1"
PyJWT = "==2.1.0"
djangorestframework-simplejwt = "*"
[dev-packages]
[requires]
python_version = "3.9"