-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
98 lines (95 loc) · 2.07 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "==2.25.1"
anyascii = "==0.1.7"
appdirs = "==1.4.4"
asgiref = "==3.4.1"
backcall = "==0.2.0"
beautifulsoup4 = "==4.8.2"
black = "==20.8b1"
certifi = "==2021.5.30"
cffi = "==1.14.5"
chardet = "==4.0.0"
click = "==7.1.2"
colorama = "==0.4.4"
cryptography = "==3.4.6"
decorator = "==4.4.2"
defusedxml = "==0.7.0"
django = "==4.0.5"
django-allauth = "==0.44.0"
django-countries = "==7.2.1"
django-debug-toolbar = "==3.2.1"
django-extensions = "==3.1.1"
django-filter = "==2.4.0"
django-modelcluster = "==6.0"
django-permissionedforms = "==0.1"
django-recaptcha = "==2.0.6"
django-taggit = "==2.1.0"
django-treebeard = "==4.5.1"
django-widget-tweaks = "==1.4.8"
djangorestframework = "==3.12.2"
draftjs-exporter = "==2.1.7"
et-xmlfile = "==1.0.1"
flake8 = "==3.8.4"
html5lib = "==1.1"
idna = "==2.10"
importlib-metadata = "==3.7.0"
ipython = "==7.20.0"
ipython-genutils = "==0.2.0"
isort = "==5.7.0"
jdcal = "==1.4.1"
jedi = "==0.18.0"
l18n = "==2020.6.1"
mccabe = "==0.6.1"
mypy-extensions = "==0.4.3"
oauthlib = "==3.1.0"
openpyxl = "==3.0.6"
parso = "==0.8.1"
pathspec = "==0.8.1"
pickleshare = "==0.7.5"
pillow = "==9.3.0"
polib = "==1.1.1"
postgres = "==3.0.0"
prompt-toolkit = "==3.0.16"
psycopg2 = "==2.8.6"
psycopg2-binary = "==2.8.6"
psycopg2-pool = "==1.1"
pudb = "==2020.1"
pycodestyle = "==2.6.0"
pycparser = "==2.20"
pyflakes = "==2.2.0"
pygments = "==2.8.0"
pyjwt = "==2.4.0"
python3-openid = "==3.2.0"
pytz = "==2021.1"
regex = "==2020.11.13"
requests-oauthlib = "==1.3.0"
six = "==1.15.0"
soupsieve = "==2.2"
sqlparse = "==0.4.1"
tablib = "==3.0.0"
telepath = "==0.2"
toml = "==0.10.2"
traitlets = "==5.0.5"
typed-ast = "==1.4.2"
typing-extensions = "==4.4.0"
tzdata = "==2022.1"
unidecode = "==1.2.0"
urllib3 = "==1.26.6"
urwid = "==2.1.2"
wagtail = "==3.0.1"
wagtail-django-recaptcha = "==1.0"
wagtail-localize = "==1.3.2"
wcwidth = "==0.2.5"
webencodings = "==0.5.1"
willow = "==1.4"
xlrd = "==2.0.1"
xlsxwriter = "==1.3.7"
xlwt = "==1.3.0"
zipp = "==3.4.1"
[dev-packages]
[requires]
python_version = "3.9"