-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
46 lines (43 loc) · 993 Bytes
/
Pipfile
File metadata and controls
46 lines (43 loc) · 993 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-jazzmin = "==2.4.*"
psycopg2-binary = "==2.8.*"
python-decouple = "==3.3.*"
uuid = "==1.30.*"
django-countries = "==7.0.*"
django-phonenumber-field = {version = "==5.0.*", extras = ["phonenumbers"]}
requests = "==2.25.*"
colorlog = "==4.6.*"
pycountry = "==20.7.*"
django-extensions = "==3.1.*"
gspread = "==3.6.*"
oauth2client = "==4.1.*"
Django = "==3.1.*"
gunicorn = "==20.0.*"
pyjwt = "==2.1.*"
djangorestframework = "*"
markdown = "*"
django-filter = "*"
setuptools = "*"
django-cms = "*"
django-filer = "*"
djangocms-text-ckeditor = "*"
djangocms-link = "*"
djangocms-file = "*"
djangocms-picture = "*"
djangocms-video = "*"
djangocms-googlemap = "*"
djangocms-snippet = "*"
djangocms-style = "*"
djangocms-bootstrap4 = "*"
django-nested-inline = "*"
django-starcross-gallery = "*"
unidecode = "*"
django-import-export = "*"
[requires]
python_version = "3.9"
[dev-packages]
commitizen = "*"