-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
46 lines (43 loc) · 947 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.2.10"
certifi = "==2020.6.20"
chardet = "==3.0.4"
django = "==3.1.2"
django-crispy-forms = "==1.12.0"
django-multiselectfield = "==0.1.12"
django-phone-field = "==1.8.1"
django-restframework = "==0.0.1"
django-taggit = "==1.4.0"
django-widget-tweaks = "==1.4.8"
djangorestframework = "==3.12.4"
future = "==0.18.2"
html5lib = "==1.1"
idna = "==2.10"
octicons = "==2.1.0"
pillow = "==8.2.0"
pymysql = "==1.0.2"
pypdf2 = "==1.26.0"
python-bidi = "==0.4.2"
pytz = "==2020.1"
razorpay = "==1.2.0"
reportlab = "==3.5.67"
requests = "==2.24.0"
six = "==1.15.0"
sqlparse = "==0.3.1"
urllib3 = "==1.25.10"
validate-email = "==1.3"
webencodings = "==0.5.1"
xhtml2pdf = "==0.2.5"
zipp = "==3.3.0"
django-taggit-autosuggest = "*"
django-grappelli = "*"
gunicorn = "*"
django-heroku = "*"
whitenoise = "*"
[dev-packages]
[requires]
python_version = "3.9"