-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
47 lines (44 loc) · 918 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]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.3.1"
bleach = "==3.3.0"
certifi = "==2020.12.5"
cffi = "==1.14.5"
chardet = "==4.0.0"
cryptography = "==3.4.6"
defusedxml = "==0.6.0"
django = "==3.1.6"
django-allauth = "==0.44.0"
django-crispy-forms = "==1.11.0"
idna = "==2.10"
importlib-metadata = "==3.4.0"
markdown = "==3.3.3"
oauthlib = "==3.1.0"
packaging = "==20.9"
psycopg2 = "==2.8.6"
pycparser = "==2.20"
pyjwt = "==2.0.1"
pymdown-extensions = "==8.1.1"
pyparsing = "==2.4.7"
python3-openid = "==3.2.0"
pytz = "==2021.1"
requests = "==2.25.1"
requests-oauthlib = "==1.3.0"
six = "==1.15.0"
sqlparse = "==0.4.1"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.26.3"
webencodings = "==0.5.1"
zipp = "==3.4.0"
gunicorn = "*"
dj-database-url = "*"
whitenoise = "*"
[dev-packages]
black = "*"
isort = "*"
pytest = "~=8.0.0"
[requires]
python_version = "3.10"